#C577BF

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

Shades of Orchid #C577BF

Tints of Orchid #C577BF

Color information

#C577BF (or 0xC577BF) is unknown color: approx Orchid. HEX triplet: C5, 77 and BF. RGB value is (197,119,191). Sum of RGB (Red+Green+Blue) = 197+119+191=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C577BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577BF is #3A8840. Grayscale: #969696. Windows color (decimal): -3835969 or 12548037. OLE color: 12548037.

HSL color Cylindrical-coordinate representation of color #C577BF: hue angle of 304.62º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C577BF is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB197119191-
CMYK00.400.030.23
HSL304.62º40.21%61.96%-
HSV(B)304.62º39.59%77.25%-
XYZ39.0328.8352.8-
YUV150.53150.84161.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 119 (46.88% from 255) = 23.47%
BLUE value IS 191 (75% from 255) = 37.67%
R=38.86%
G=23.47%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711919100.400.030.23304.6240.2161.96
HexC577BF028317131283e
Octal3051672770503274615076
Binary1100010111101111011111101010001110111100110001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C577BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C577BF; }

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

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

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

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

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

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

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

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