#C477CB

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

Shades of Orchid #C477CB

Tints of Orchid #C477CB

Color information

#C477CB (or 0xC477CB) is unknown color: approx Orchid. HEX triplet: C4, 77 and CB. RGB value is (196,119,203). Sum of RGB (Red+Green+Blue) = 196+119+203=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #C477CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477CB is #3B8834. Grayscale: #979797. Windows color (decimal): -3901493 or 13334468. OLE color: 13334468.

HSL color Cylindrical-coordinate representation of color #C477CB: hue angle of 295º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C477CB is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196119203-
CMYK0.030.4100.20
HSL295º44.68%63.14%-
HSV(B)295º41.38%79.61%-
XYZ40.1429.2460.03-
YUV151.6157.01159.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 119 (46.88% from 255) = 22.97%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=37.84%
G=22.97%
B=39.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961192030.030.4100.2029544.6863.14
HexC477CB3290141272d3f
Octal3041673133510244475577
Binary1100010011101111100101111101001010100100100111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C477CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C477CB; }

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

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

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

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

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

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

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

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