#C57AD6

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

Shades of Orchid #C57AD6

Tints of Orchid #C57AD6

Color information

#C57AD6 (or 0xC57AD6) is unknown color: approx Orchid. HEX triplet: C5, 7A and D6. RGB value is (197,122,214). Sum of RGB (Red+Green+Blue) = 197+122+214=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #C57AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57AD6 is #3A8529. Grayscale: #9A9A9A. Windows color (decimal): -3835178 or 14056133. OLE color: 14056133.

HSL color Cylindrical-coordinate representation of color #C57AD6: hue angle of 288.91º degrees, saturation: 0.53, 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 #C57AD6 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197122214-
CMYK0.080.4300.16
HSL288.91º52.87%65.88%-
HSV(B)288.91º42.99%83.92%-
XYZ42.1230.6467.31-
YUV154.91161.35158.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.96%
GREEN value IS 122 (48.05% from 255) = 22.89%
BLUE value IS 214 (83.98% from 255) = 40.15%
R=36.96%
G=22.89%
B=40.15%

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
Decimal1971222140.080.4300.16288.9152.8765.88
HexC57AD682B0101213542
Octal305172326105302044165102
Binary1100010111110101101011010001010110100001001000011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57AD6; }

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

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

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

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

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

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

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

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