#C57AD1

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

Shades of Orchid #C57AD1

Tints of Orchid #C57AD1

Color information

#C57AD1 (or 0xC57AD1) is unknown color: approx Orchid. HEX triplet: C5, 7A and D1. RGB value is (197,122,209). Sum of RGB (Red+Green+Blue) = 197+122+209=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #C57AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57AD1 is #3A852E. Grayscale: #9A9A9A. Windows color (decimal): -3835183 or 13728453. OLE color: 13728453.

HSL color Cylindrical-coordinate representation of color #C57AD1: hue angle of 291.72º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57AD1 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197122209-
CMYK0.060.4200.18
HSL291.72º48.6%64.9%-
HSV(B)291.72º41.63%81.96%-
XYZ41.4930.3964-
YUV154.34158.85158.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.31%
GREEN value IS 122 (48.05% from 255) = 23.11%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=37.31%
G=23.11%
B=39.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971222090.060.4200.18291.7248.664.9
HexC57AD162A0121243141
Octal30517232165202244461101
Binary110001011111010110100011101010100100101001001001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57AD1; }

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

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

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

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

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

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

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

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