#C476CB

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

Shades of Orchid #C476CB

Tints of Orchid #C476CB

Color information

#C476CB (or 0xC476CB) is unknown color: approx Orchid. HEX triplet: C4, 76 and CB. RGB value is (196,118,203). Sum of RGB (Red+Green+Blue) = 196+118+203=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #C476CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476CB is #3B8934. Grayscale: #969696. Windows color (decimal): -3901749 or 13334212. OLE color: 13334212.

HSL color Cylindrical-coordinate representation of color #C476CB: hue angle of 295.06º degrees, saturation: 0.45, 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 #C476CB is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196118203-
CMYK0.030.4200.20
HSL295.06º44.97%62.94%-
HSV(B)295.06º41.87%79.61%-
XYZ40.022959.99-
YUV151.01157.34160.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 118 (46.48% from 255) = 22.82%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=37.91%
G=22.82%
B=39.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961182030.030.4200.20295.0644.9762.94
HexC476CB32A0141272d3f
Octal3041663133520244475577
Binary1100010011101101100101111101010010100100100111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C476CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C476CB; }

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

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

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

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

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

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

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

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