#c577d8

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

Shades of Orchid #C577D8

Tints of Orchid #C577D8

Color information

#C577D8 (or 0xC577D8) is unknown color: approx Orchid. HEX triplet: C5, 77 and D8. RGB value is (197,119,216). Sum of RGB (Red+Green+Blue) = 197+119+216=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #C577D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577D8 is #3A8827. Grayscale: #999999. Windows color (decimal): -3835944 or 14186437. OLE color: 14186437.

HSL color Cylindrical-coordinate representation of color #C577D8: hue angle of 288.25º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C577D8 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197119216-
CMYK0.090.4500.15
HSL288.25º55.43%65.69%-
HSV(B)288.25º44.91%84.71%-
XYZ42.0230.0268.55-
YUV153.38163.34159.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 119 (46.88% from 255) = 22.37%
BLUE value IS 216 (84.77% from 255) = 40.60%
R=37.03%
G=22.37%
B=40.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971192160.090.4500.15288.2555.4365.69
HexC577D892D0F1203742
Octal305167330115501744067102
Binary110001011110111110110001001101101011111001000001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c577d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c577d8; }

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

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

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

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

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

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

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

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