#C476DE

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

Shades of Orchid #C476DE

Tints of Orchid #C476DE

Color information

#C476DE (or 0xC476DE) is unknown color: approx Orchid. HEX triplet: C4, 76 and DE. RGB value is (196,118,222). Sum of RGB (Red+Green+Blue) = 196+118+222=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #C476DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476DE is #3B8921. Grayscale: #989898. Windows color (decimal): -3901730 or 14579396. OLE color: 14579396.

HSL color Cylindrical-coordinate representation of color #C476DE: hue angle of 285º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C476DE is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196118222-
CMYK0.120.4700.13
HSL285º61.18%66.67%-
HSV(B)285º46.85%87.06%-
XYZ42.4329.9772.66-
YUV153.18166.84158.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.57%
GREEN value IS 118 (46.48% from 255) = 22.01%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=36.57%
G=22.01%
B=41.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961182220.120.4700.1328561.1866.67
HexC476DEC2F0D11d3d43
Octal304166336145701543575103
Binary110001001110110110111101100101111011011000111011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C476DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C476DE; }

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

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

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

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

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

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

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

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