#C577CB

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

Shades of Orchid #C577CB

Tints of Orchid #C577CB

Color information

#C577CB (or 0xC577CB) is unknown color: approx Orchid. HEX triplet: C5, 77 and CB. RGB value is (197,119,203). Sum of RGB (Red+Green+Blue) = 197+119+203=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #C577CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577CB is #3A8834. Grayscale: #979797. Windows color (decimal): -3835957 or 13334469. OLE color: 13334469.

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

Color convert

RGB197119203-
CMYK0.030.4100.20
HSL295.71º44.68%63.14%-
HSV(B)295.71º41.38%79.61%-
XYZ40.429.3860.04-
YUV151.9156.84160.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 119 (46.88% from 255) = 22.93%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=37.96%
G=22.93%
B=39.11%

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
Decimal1971192030.030.4100.20295.7144.6863.14
HexC577CB3290141282d3f
Octal3051673133510244505577
Binary1100010111101111100101111101001010100100101000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C577CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C577CB; }

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

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

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

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

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

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

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

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