#C577BD

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

Shades of Orchid #C577BD

Tints of Orchid #C577BD

Color information

#C577BD (or 0xC577BD) is unknown color: approx Orchid. HEX triplet: C5, 77 and BD. RGB value is (197,119,189). Sum of RGB (Red+Green+Blue) = 197+119+189=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C577BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577BD is #3A8842. Grayscale: #969696. Windows color (decimal): -3835971 or 12416965. OLE color: 12416965.

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

Color convert

RGB197119189-
CMYK00.400.040.23
HSL306.15º40.21%61.96%-
HSV(B)306.15º39.59%77.25%-
XYZ38.8128.7451.65-
YUV150.3149.84161.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 119 (46.88% from 255) = 23.56%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=39.01%
G=23.56%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711918900.400.040.23306.1540.2161.96
HexC577BD028417132283e
Octal3051672750504274625076
Binary11000101111011110111101010100010010111100110010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C577BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C577BD; }

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

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

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

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

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

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

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

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