#CE55EA

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

Shades of Medium Orchid #CE55EA

Tints of Medium Orchid #CE55EA

Color information

#CE55EA (or 0xCE55EA) is unknown color: approx Medium Orchid. HEX triplet: CE, 55 and EA. RGB value is (206,85,234). Sum of RGB (Red+Green+Blue) = 206+85+234=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE55EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE55EA is #31AA15. Grayscale: #898989. Windows color (decimal): -3254806 or 15357390. OLE color: 15357390.

HSL color Cylindrical-coordinate representation of color #CE55EA: hue angle of 288.72º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE55EA is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20685234-
CMYK0.120.6400.08
HSL288.72º78.01%62.55%-
HSV(B)288.72º63.68%91.76%-
XYZ43.5525.5680.48-
YUV138.16182.09176.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 85 (33.59% from 255) = 16.19%
BLUE value IS 234 (91.80% from 255) = 44.57%
R=39.24%
G=16.19%
B=44.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal206852340.120.6400.08288.7278.0162.55
HexCE55EAC40081214e3f
Octal3161253521410001044111677
Binary1100111010101011110101011001000000010001001000011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE55EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE55EA; }

 p { color: rgb(206,85,234); }

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

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

 a { background-color: rgb(206,85,234); }

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

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

 span { border-color: rgb(206,85,234); }

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