#C57DCA

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

Shades of Orchid #C57DCA

Tints of Orchid #C57DCA

Color information

#C57DCA (or 0xC57DCA) is unknown color: approx Orchid. HEX triplet: C5, 7D and CA. RGB value is (197,125,202). Sum of RGB (Red+Green+Blue) = 197+125+202=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #C57DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DCA is #3A8235. Grayscale: #9B9B9B. Windows color (decimal): -3834422 or 13270469. OLE color: 13270469.

HSL color Cylindrical-coordinate representation of color #C57DCA: hue angle of 296.1º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57DCA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197125202-
CMYK0.020.3800.21
HSL296.1º42.08%64.12%-
HSV(B)296.1º38.12%79.22%-
XYZ41.0230.859.66-
YUV155.31154.35157.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.60%
GREEN value IS 125 (49.22% from 255) = 23.85%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=37.60%
G=23.85%
B=38.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971252020.020.3800.21296.142.0864.12
HexC57DCA2260151282a40
Octal30517531224602545052100
Binary11000101111110111001010101001100101011001010001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57DCA; }

 p { color: rgb(197,125,202); }

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

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

 a { background-color: rgb(197,125,202); }

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

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

 span { border-color: rgb(197,125,202); }

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