#CE56E9

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

Shades of Medium Orchid #CE56E9

Tints of Medium Orchid #CE56E9

Color information

#CE56E9 (or 0xCE56E9) is unknown color: approx Medium Orchid. HEX triplet: CE, 56 and E9. RGB value is (206,86,233). Sum of RGB (Red+Green+Blue) = 206+86+233=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 86 (33.98% from 255 or 16.38% from 525); Blue value is 233 (91.41% from 255 or 44.38% from 525); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE56E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE56E9 is #31A916. Grayscale: #8A8A8A. Windows color (decimal): -3254551 or 15292110. OLE color: 15292110.

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

Color convert

RGB20686233-
CMYK0.120.6300.09
HSL288.98º76.96%62.55%-
HSV(B)288.98º63.09%91.37%-
XYZ43.4925.6679.75-
YUV138.64181.26176.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 86 (33.98% from 255) = 16.38%
BLUE value IS 233 (91.41% from 255) = 44.38%
R=39.24%
G=16.38%
B=44.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206862330.120.6300.09288.9876.9662.55
HexCE56E9C3F091214d3f
Octal316126351147701144111577
Binary110011101010110111010011100111111010011001000011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE56E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE56E9; }

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

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

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

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

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

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

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

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