#C57DD6

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

Shades of Orchid #C57DD6

Tints of Orchid #C57DD6

Color information

#C57DD6 (or 0xC57DD6) is unknown color: approx Orchid. HEX triplet: C5, 7D and D6. RGB value is (197,125,214). Sum of RGB (Red+Green+Blue) = 197+125+214=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #C57DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DD6 is #3A8229. Grayscale: #9C9C9C. Windows color (decimal): -3834410 or 14056901. OLE color: 14056901.

HSL color Cylindrical-coordinate representation of color #C57DD6: hue angle of 288.54º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57DD6 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197125214-
CMYK0.080.4200.16
HSL288.54º52.05%66.47%-
HSV(B)288.54º41.59%83.92%-
XYZ42.531.3967.44-
YUV156.67160.35156.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.75%
GREEN value IS 125 (49.22% from 255) = 23.32%
BLUE value IS 214 (83.98% from 255) = 39.93%
R=36.75%
G=23.32%
B=39.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971252140.080.4200.16288.5452.0566.47
HexC57DD682A0101213442
Octal305175326105202044164102
Binary1100010111111011101011010001010100100001001000011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57DD6; }

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

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

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

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

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

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

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

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