#CE2FEC

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

Shades of Medium Orchid #CE2FEC

Tints of Medium Orchid #CE2FEC

Color information

#CE2FEC (or 0xCE2FEC) is unknown color: approx Medium Orchid. HEX triplet: CE, 2F and EC. RGB value is (206,47,236). Sum of RGB (Red+Green+Blue) = 206+47+236=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 47 (18.75% from 255 or 9.61% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE2FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2FEC is #31D013. Grayscale: #737373. Windows color (decimal): -3264532 or 15478734. OLE color: 15478734.

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

Color convert

RGB20647236-
CMYK0.130.8000.07
HSL290.48º83.26%55.49%-
HSV(B)290.48º80.08%92.55%-
XYZ41.6121.2181.26-
YUV116.09195.68192.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.13%
GREEN value IS 47 (18.75% from 255) = 9.61%
BLUE value IS 236 (92.58% from 255) = 48.26%
R=42.13%
G=9.61%
B=48.26%

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
Decimal206472360.130.8000.07290.4883.2655.49
HexCE2FECD50071225337
Octal31657354151200744212367
Binary11001110101111111011001101101000001111001000101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2FEC; }

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

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

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

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

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

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

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

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