#CE49DC

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

Shades of Medium Orchid #CE49DC

Tints of Medium Orchid #CE49DC

Color information

#CE49DC (or 0xCE49DC) is unknown color: approx Medium Orchid. HEX triplet: CE, 49 and DC. RGB value is (206,73,220). Sum of RGB (Red+Green+Blue) = 206+73+220=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE49DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49DC is #31B623. Grayscale: #818181. Windows color (decimal): -3257892 or 14436814. OLE color: 14436814.

HSL color Cylindrical-coordinate representation of color #CE49DC: hue angle of 294.29º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE49DC is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20673220-
CMYK0.060.6700.14
HSL294.29º67.74%57.45%-
HSV(B)294.29º66.82%86.27%-
XYZ40.7523.0570.01-
YUV129.52179.06182.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 73 (28.91% from 255) = 14.63%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=41.28%
G=14.63%
B=44.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206732200.060.6700.14294.2967.7457.45
HexCE49DC6430E1264439
Octal316111334610301644610471
Binary110011101001001110111001101000011011101001001101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE49DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE49DC; }

 p { color: rgb(206,73,220); }

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

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

 a { background-color: rgb(206,73,220); }

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

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

 span { border-color: rgb(206,73,220); }

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