#C57ADF

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

Shades of Orchid #C57ADF

Tints of Orchid #C57ADF

Color information

#C57ADF (or 0xC57ADF) is unknown color: approx Orchid. HEX triplet: C5, 7A and DF. RGB value is (197,122,223). Sum of RGB (Red+Green+Blue) = 197+122+223=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #C57ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ADF is #3A8520. Grayscale: #9B9B9B. Windows color (decimal): -3835169 or 14645957. OLE color: 14645957.

HSL color Cylindrical-coordinate representation of color #C57ADF: hue angle of 284.55º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C57ADF is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197122223-
CMYK0.120.4500.13
HSL284.55º61.21%67.65%-
HSV(B)284.55º45.29%87.45%-
XYZ43.331.1273.54-
YUV155.94165.85157.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.35%
GREEN value IS 122 (48.05% from 255) = 22.51%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=36.35%
G=22.51%
B=41.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971222230.120.4500.13284.5561.2167.65
HexC57ADFC2D0D11d3d44
Octal305172337145501543575104
Binary110001011111010110111111100101101011011000111011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57ADF; }

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

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

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

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

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

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

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

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