#C476CC

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

Shades of Orchid #C476CC

Tints of Orchid #C476CC

Color information

#C476CC (or 0xC476CC) is unknown color: approx Orchid. HEX triplet: C4, 76 and CC. RGB value is (196,118,204). Sum of RGB (Red+Green+Blue) = 196+118+204=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #C476CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476CC is #3B8933. Grayscale: #969696. Windows color (decimal): -3901748 or 13399748. OLE color: 13399748.

HSL color Cylindrical-coordinate representation of color #C476CC: hue angle of 294.42º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C476CC is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB196118204-
CMYK0.040.4200.2
HSL294.42º45.74%63.14%-
HSV(B)294.42º42.16%80%-
XYZ40.1429.0560.62-
YUV151.13157.84160.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 118 (46.48% from 255) = 22.78%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=37.84%
G=22.78%
B=39.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961182040.040.4200.2294.4245.7463.14
HexC476CC42A0141262e3f
Octal3041663144520244465677
Binary11000100111011011001100100101010010100100100110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C476CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C476CC; }

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

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

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

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

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

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

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

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