#C577BC

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

Shades of Orchid #C577BC

Tints of Orchid #C577BC

Color information

#C577BC (or 0xC577BC) is unknown color: approx Orchid. HEX triplet: C5, 77 and BC. RGB value is (197,119,188). Sum of RGB (Red+Green+Blue) = 197+119+188=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C577BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577BC is #3A8843. Grayscale: #959595. Windows color (decimal): -3835972 or 12351429. OLE color: 12351429.

HSL color Cylindrical-coordinate representation of color #C577BC: hue angle of 306.92º 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 #C577BC is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197119188-
CMYK00.400.050.23
HSL306.92º40.21%61.96%-
HSV(B)306.92º39.59%77.25%-
XYZ38.728.6951.08-
YUV150.19149.34161.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.09%
GREEN value IS 119 (46.88% from 255) = 23.61%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=39.09%
G=23.61%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711918800.400.050.23306.9240.2161.96
HexC577BC028517133283e
Octal3051672740505274635076
Binary11000101111011110111100010100010110111100110011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C577BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C577BC; }

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

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

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

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

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

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

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

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