#CE51ED

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

Shades of Medium Orchid #CE51ED

Tints of Medium Orchid #CE51ED

Color information

#CE51ED (or 0xCE51ED) is unknown color: approx Medium Orchid. HEX triplet: CE, 51 and ED. RGB value is (206,81,237). Sum of RGB (Red+Green+Blue) = 206+81+237=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE51ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE51ED is #31AE12. Grayscale: #878787. Windows color (decimal): -3255827 or 15552974. OLE color: 15552974.

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

Color convert

RGB20681237-
CMYK0.130.6600.07
HSL288.08º81.25%62.35%-
HSV(B)288.08º65.82%92.94%-
XYZ43.6825.1282.67-
YUV136.16184.91177.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 81 (32.03% from 255) = 15.46%
BLUE value IS 237 (92.97% from 255) = 45.23%
R=39.31%
G=15.46%
B=45.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal206812370.130.6600.07288.0881.2562.35
HexCE51EDD4207120513e
Octal316121355151020744012176
Binary110011101010001111011011101100001001111001000001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE51ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE51ED; }

 p { color: rgb(206,81,237); }

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

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

 a { background-color: rgb(206,81,237); }

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

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

 span { border-color: rgb(206,81,237); }

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