#C477CC

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

Shades of Orchid #C477CC

Tints of Orchid #C477CC

Color information

#C477CC (or 0xC477CC) is unknown color: approx Orchid. HEX triplet: C4, 77 and CC. RGB value is (196,119,204). Sum of RGB (Red+Green+Blue) = 196+119+204=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #C477CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477CC is #3B8833. Grayscale: #979797. Windows color (decimal): -3901492 or 13400004. OLE color: 13400004.

HSL color Cylindrical-coordinate representation of color #C477CC: hue angle of 294.35º 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 #C477CC is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB196119204-
CMYK0.040.4200.2
HSL294.35º45.45%63.33%-
HSV(B)294.35º41.67%80%-
XYZ40.2629.2960.66-
YUV151.71157.51159.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 119 (46.88% from 255) = 22.93%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=37.76%
G=22.93%
B=39.31%

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
Decimal1961192040.040.4200.2294.3545.4563.33
HexC477CC42A0141262d3f
Octal3041673144520244465577
Binary11000100111011111001100100101010010100100100110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C477CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C477CC; }

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

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

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

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

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

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

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

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