#c577e3

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

Shades of Orchid #C577E3

Tints of Orchid #C577E3

Color information

#C577E3 (or 0xC577E3) is unknown color: approx Orchid. HEX triplet: C5, 77 and E3. RGB value is (197,119,227). Sum of RGB (Red+Green+Blue) = 197+119+227=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 227 - color contains mainly: blue. Hex color #C577E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577E3 is #3A881C. Grayscale: #9A9A9A. Windows color (decimal): -3835933 or 14907333. OLE color: 14907333.

HSL color Cylindrical-coordinate representation of color #C577E3: hue angle of 283.33º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C577E3 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB197119227-
CMYK0.130.4800.11
HSL283.33º65.85%67.84%-
HSV(B)283.33º47.58%89.02%-
XYZ43.4930.6176.29-
YUV154.63168.84158.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.28%
GREEN value IS 119 (46.88% from 255) = 21.92%
BLUE value IS 227 (89.06% from 255) = 41.80%
R=36.28%
G=21.92%
B=41.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1971192270.130.4800.11283.3365.8567.84
HexC577E3D300B11b4244
Octal3051673431560013433102104
Binary1100010111101111110001111011100000101110001101110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c577e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c577e3; }

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

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

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

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

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

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

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

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