#C476BE

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

Shades of Orchid #C476BE

Tints of Orchid #C476BE

Color information

#C476BE (or 0xC476BE) is unknown color: approx Orchid. HEX triplet: C4, 76 and BE. RGB value is (196,118,190). Sum of RGB (Red+Green+Blue) = 196+118+190=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C476BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476BE is #3B8941. Grayscale: #959595. Windows color (decimal): -3901762 or 12482244. OLE color: 12482244.

HSL color Cylindrical-coordinate representation of color #C476BE: hue angle of 304.62º 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 #C476BE is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196118190-
CMYK00.400.030.23
HSL304.62º39.8%61.57%-
HSV(B)304.62º39.8%76.86%-
XYZ38.5428.4152.17-
YUV149.53150.84161.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 118 (46.48% from 255) = 23.41%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=38.89%
G=23.41%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611819000.400.030.23304.6239.861.57
HexC476BE028317131283e
Octal3041662760503274615076
Binary1100010011101101011111001010001110111100110001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C476BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C476BE; }

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

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

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

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

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

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

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

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