#C476D9

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

Shades of Orchid #C476D9

Tints of Orchid #C476D9

Color information

#C476D9 (or 0xC476D9) is unknown color: approx Orchid. HEX triplet: C4, 76 and D9. RGB value is (196,118,217). Sum of RGB (Red+Green+Blue) = 196+118+217=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #C476D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476D9 is #3B8926. Grayscale: #989898. Windows color (decimal): -3901735 or 14251716. OLE color: 14251716.

HSL color Cylindrical-coordinate representation of color #C476D9: hue angle of 287.27º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C476D9 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196118217-
CMYK0.100.4600.15
HSL287.27º56.57%65.69%-
HSV(B)287.27º45.62%85.1%-
XYZ41.7729.769.18-
YUV152.61164.34158.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 118 (46.48% from 255) = 22.22%
BLUE value IS 217 (85.16% from 255) = 40.87%
R=36.91%
G=22.22%
B=40.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961182170.100.4600.15287.2756.5765.69
HexC476D9A2E0F11f3942
Octal304166331125601743771102
Binary110001001110110110110011010101110011111000111111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C476D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C476D9; }

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

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

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

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

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

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

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

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