#C577DC

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

Shades of Orchid #C577DC

Tints of Orchid #C577DC

Color information

#C577DC (or 0xC577DC) is unknown color: approx Orchid. HEX triplet: C5, 77 and DC. RGB value is (197,119,220). Sum of RGB (Red+Green+Blue) = 197+119+220=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #C577DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577DC is #3A8823. Grayscale: #999999. Windows color (decimal): -3835940 or 14448581. OLE color: 14448581.

HSL color Cylindrical-coordinate representation of color #C577DC: hue angle of 286.34º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C577DC is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197119220-
CMYK0.100.4600.14
HSL286.34º59.06%66.47%-
HSV(B)286.34º45.91%86.27%-
XYZ42.5430.2371.3-
YUV153.84165.34158.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.75%
GREEN value IS 119 (46.88% from 255) = 22.20%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=36.75%
G=22.20%
B=41.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971192200.100.4600.14286.3459.0666.47
HexC577DCA2E0E11e3b42
Octal305167334125601643673102
Binary110001011110111110111001010101110011101000111101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C577DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C577DC; }

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

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

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

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

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

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

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

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