#CE59D8

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

Shades of Medium Orchid #CE59D8

Tints of Medium Orchid #CE59D8

Color information

#CE59D8 (or 0xCE59D8) is unknown color: approx Medium Orchid. HEX triplet: CE, 59 and D8. RGB value is (206,89,216). Sum of RGB (Red+Green+Blue) = 206+89+216=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE59D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE59D8 is #31A627. Grayscale: #8A8A8A. Windows color (decimal): -3253800 or 14178766. OLE color: 14178766.

HSL color Cylindrical-coordinate representation of color #CE59D8: hue angle of 295.28º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE59D8 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20689216-
CMYK0.050.5900.15
HSL295.28º61.95%59.8%-
HSV(B)295.28º58.8%84.71%-
XYZ41.4225.2267.65-
YUV138.46171.76176.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.31%
GREEN value IS 89 (35.16% from 255) = 17.42%
BLUE value IS 216 (84.77% from 255) = 42.27%
R=40.31%
G=17.42%
B=42.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal206892160.050.5900.15295.2861.9559.8
HexCE59D853B0F1273e3c
Octal3161313305730174477674
Binary1100111010110011101100010111101101111100100111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE59D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE59D8; }

 p { color: rgb(206,89,216); }

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

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

 a { background-color: rgb(206,89,216); }

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

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

 span { border-color: rgb(206,89,216); }

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