#C577CE

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

Shades of Orchid #C577CE

Tints of Orchid #C577CE

Color information

#C577CE (or 0xC577CE) is unknown color: approx Orchid. HEX triplet: C5, 77 and CE. RGB value is (197,119,206). Sum of RGB (Red+Green+Blue) = 197+119+206=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #C577CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577CE is #3A8831. Grayscale: #979797. Windows color (decimal): -3835954 or 13531077. OLE color: 13531077.

HSL color Cylindrical-coordinate representation of color #C577CE: hue angle of 293.79º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C577CE is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197119206-
CMYK0.040.4200.19
HSL293.79º47.03%63.73%-
HSV(B)293.79º42.23%80.78%-
XYZ40.7629.5261.94-
YUV152.24158.34159.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.74%
GREEN value IS 119 (46.88% from 255) = 22.80%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=37.74%
G=22.80%
B=39.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971192060.040.4200.19293.7947.0363.73
HexC577CE42A0131262f40
Octal30516731645202344657100
Binary110001011110111110011101001010100100111001001101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C577CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C577CE; }

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

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

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

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

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

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

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

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