#C57AD5

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

Shades of Orchid #C57AD5

Tints of Orchid #C57AD5

Color information

#C57AD5 (or 0xC57AD5) is unknown color: approx Orchid. HEX triplet: C5, 7A and D5. RGB value is (197,122,213). Sum of RGB (Red+Green+Blue) = 197+122+213=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #C57AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57AD5 is #3A852A. Grayscale: #9A9A9A. Windows color (decimal): -3835179 or 13990597. OLE color: 13990597.

HSL color Cylindrical-coordinate representation of color #C57AD5: hue angle of 289.45º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57AD5 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197122213-
CMYK0.080.4300.16
HSL289.45º52%65.69%-
HSV(B)289.45º42.72%83.53%-
XYZ4230.5966.64-
YUV154.8160.85158.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 122 (48.05% from 255) = 22.93%
BLUE value IS 213 (83.59% from 255) = 40.04%
R=37.03%
G=22.93%
B=40.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971222130.080.4300.16289.455265.69
HexC57AD582B0101213442
Octal305172325105302044164102
Binary1100010111110101101010110001010110100001001000011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57AD5; }

 p { color: rgb(197,122,213); }

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

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

 a { background-color: rgb(197,122,213); }

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

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

 span { border-color: rgb(197,122,213); }

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