#CE55EE

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

Shades of Medium Orchid #CE55EE

Tints of Medium Orchid #CE55EE

Color information

#CE55EE (or 0xCE55EE) is unknown color: approx Medium Orchid. HEX triplet: CE, 55 and EE. RGB value is (206,85,238). Sum of RGB (Red+Green+Blue) = 206+85+238=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE55EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE55EE is #31AA11. Grayscale: #8A8A8A. Windows color (decimal): -3254802 or 15619534. OLE color: 15619534.

HSL color Cylindrical-coordinate representation of color #CE55EE: hue angle of 287.45º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE55EE is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20685238-
CMYK0.130.6400.07
HSL287.45º81.82%63.33%-
HSV(B)287.45º64.29%93.33%-
XYZ44.1325.7983.54-
YUV138.62184.09176.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 85 (33.59% from 255) = 16.07%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=38.94%
G=16.07%
B=44.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal206852380.130.6400.07287.4581.8263.33
HexCE55EED400711f523f
Octal316125356151000743712277
Binary110011101010101111011101101100000001111000111111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE55EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE55EE; }

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

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

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

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

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

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

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

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