#CE59E9

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

Shades of Medium Orchid #CE59E9

Tints of Medium Orchid #CE59E9

Color information

#CE59E9 (or 0xCE59E9) is unknown color: approx Medium Orchid. HEX triplet: CE, 59 and E9. RGB value is (206,89,233). Sum of RGB (Red+Green+Blue) = 206+89+233=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE59E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE59E9 is #31A616. Grayscale: #8B8B8B. Windows color (decimal): -3253783 or 15292878. OLE color: 15292878.

HSL color Cylindrical-coordinate representation of color #CE59E9: hue angle of 288.75º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE59E9 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20689233-
CMYK0.120.6200.09
HSL288.75º76.6%63.14%-
HSV(B)288.75º61.8%91.37%-
XYZ43.7326.1579.83-
YUV140.4180.26174.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 89 (35.16% from 255) = 16.86%
BLUE value IS 233 (91.41% from 255) = 44.13%
R=39.02%
G=16.86%
B=44.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206892330.120.6200.09288.7576.663.14
HexCE59E9C3E091214d3f
Octal316131351147601144111577
Binary110011101011001111010011100111110010011001000011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE59E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE59E9; }

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

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

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

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

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

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

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

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