#C57AC7

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

Shades of Orchid #C57AC7

Tints of Orchid #C57AC7

Color information

#C57AC7 (or 0xC57AC7) is unknown color: approx Orchid. HEX triplet: C5, 7A and C7. RGB value is (197,122,199). Sum of RGB (Red+Green+Blue) = 197+122+199=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 199 - color contains mainly: blue. Hex color #C57AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57AC7 is #3A8538. Grayscale: #989898. Windows color (decimal): -3835193 or 13073093. OLE color: 13073093.

HSL color Cylindrical-coordinate representation of color #C57AC7: hue angle of 298.44º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57AC7 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB197122199-
CMYK0.010.3900.22
HSL298.44º40.74%62.94%-
HSV(B)298.44º38.69%78.04%-
XYZ40.2929.9157.68-
YUV153.2153.85159.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.03%
GREEN value IS 122 (48.05% from 255) = 23.55%
BLUE value IS 199 (78.12% from 255) = 38.42%
R=38.03%
G=23.55%
B=38.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971221990.010.3900.22298.4440.7462.94
HexC57AC712701612a293f
Octal3051723071470264525177
Binary110001011111010110001111100111010110100101010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57AC7; }

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

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

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

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

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

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

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

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