#CE59D7

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

Shades of Medium Orchid #CE59D7

Tints of Medium Orchid #CE59D7

Color information

#CE59D7 (or 0xCE59D7) is unknown color: approx Medium Orchid. HEX triplet: CE, 59 and D7. RGB value is (206,89,215). Sum of RGB (Red+Green+Blue) = 206+89+215=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE59D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE59D7 is #31A628. Grayscale: #898989. Windows color (decimal): -3253801 or 14113230. OLE color: 14113230.

HSL color Cylindrical-coordinate representation of color #CE59D7: hue angle of 295.71º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE59D7 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20689215-
CMYK0.040.5900.16
HSL295.71º61.17%59.61%-
HSV(B)295.71º58.6%84.31%-
XYZ41.2925.1766.97-
YUV138.35171.26176.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 89 (35.16% from 255) = 17.45%
BLUE value IS 215 (84.38% from 255) = 42.16%
R=40.39%
G=17.45%
B=42.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206892150.040.5900.16295.7161.1759.61
HexCE59D743B0101283d3c
Octal3161313274730204507574
Binary11001110101100111010111100111011010000100101000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE59D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE59D7; }

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

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

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

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

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

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

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

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