#C476BB

Color #C476BB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C476BB

Tints of Orchid #C476BB

Color information

#C476BB (or 0xC476BB) is unknown color: approx Orchid. HEX triplet: C4, 76 and BB. RGB value is (196,118,187). Sum of RGB (Red+Green+Blue) = 196+118+187=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C476BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476BB is #3B8944. Grayscale: #949494. Windows color (decimal): -3901765 or 12285636. OLE color: 12285636.

HSL color Cylindrical-coordinate representation of color #C476BB: hue angle of 306.92º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C476BB is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196118187-
CMYK00.400.050.23
HSL306.92º39.8%61.57%-
HSV(B)306.92º39.8%76.86%-
XYZ38.2128.2850.46-
YUV149.19149.34161.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 118 (46.48% from 255) = 23.55%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=39.12%
G=23.55%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611818700.400.050.23306.9239.861.57
HexC476BB028517133283e
Octal3041662730505274635076
Binary11000100111011010111011010100010110111100110011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C476BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C476BB; }

 p { color: rgb(196,118,187); }

 H1.HeaderClassName
 {
   color: #C476BB;
 }
 .AnyTagClassName
 {
   color: #C476BB;
 }
</style>
background-color css

<style>
 a { background-color: #C476BB; }

 a { background-color: rgb(196,118,187); }

 div.DivClassName
 {
   background-color: #C476BB;
 }
 .BgClassName
 {
   background-color: #C476BB;
 }
</style>
border-color css

<style>
 span { border-color: #C476BB; }

 span { border-color: rgb(196,118,187); }

 td.TdClassName
 {
   border-color: #C476BB;
 }
 .TagClassName
 {
   border-color: #C476BB;
 }
</style>