#C476D4

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

Shades of Orchid #C476D4

Tints of Orchid #C476D4

Color information

#C476D4 (or 0xC476D4) is unknown color: approx Orchid. HEX triplet: C4, 76 and D4. RGB value is (196,118,212). Sum of RGB (Red+Green+Blue) = 196+118+212=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #C476D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476D4 is #3B892B. Grayscale: #979797. Windows color (decimal): -3901740 or 13924036. OLE color: 13924036.

HSL color Cylindrical-coordinate representation of color #C476D4: hue angle of 289.79º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C476D4 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB196118212-
CMYK0.080.4400.17
HSL289.79º52.22%64.71%-
HSV(B)289.79º44.34%83.14%-
XYZ41.1329.4565.8-
YUV152.04161.84159.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.26%
GREEN value IS 118 (46.48% from 255) = 22.43%
BLUE value IS 212 (83.20% from 255) = 40.30%
R=37.26%
G=22.43%
B=40.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1961182120.080.4400.17289.7952.2264.71
HexC476D482C0111223441
Octal304166324105402144264101
Binary1100010011101101101010010001011000100011001000101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C476D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C476D4; }

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

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

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

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

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

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

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

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