#CE2FEE

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

Shades of Medium Orchid #CE2FEE

Tints of Medium Orchid #CE2FEE

Color information

#CE2FEE (or 0xCE2FEE) is unknown color: approx Medium Orchid. HEX triplet: CE, 2F and EE. RGB value is (206,47,238). Sum of RGB (Red+Green+Blue) = 206+47+238=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 47 (18.75% from 255 or 9.57% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE2FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2FEE is #31D011. Grayscale: #737373. Windows color (decimal): -3264530 or 15609806. OLE color: 15609806.

HSL color Cylindrical-coordinate representation of color #CE2FEE: hue angle of 289.95º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2FEE is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20647238-
CMYK0.130.8000.07
HSL289.95º84.89%55.88%-
HSV(B)289.95º80.25%93.33%-
XYZ41.921.3382.8-
YUV116.32196.68191.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 47 (18.75% from 255) = 9.57%
BLUE value IS 238 (93.36% from 255) = 48.47%
R=41.96%
G=9.57%
B=48.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal206472380.130.8000.07289.9584.8955.88
HexCE2FEED50071225538
Octal31657356151200744212570
Binary11001110101111111011101101101000001111001000101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2FEE; }

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

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

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

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

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

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

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

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