#CE44DC

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

Shades of Medium Orchid #CE44DC

Tints of Medium Orchid #CE44DC

Color information

#CE44DC (or 0xCE44DC) is unknown color: approx Medium Orchid. HEX triplet: CE, 44 and DC. RGB value is (206,68,220). Sum of RGB (Red+Green+Blue) = 206+68+220=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 68 (26.95% from 255 or 13.77% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE44DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44DC is #31BB23. Grayscale: #7E7E7E. Windows color (decimal): -3259172 or 14435534. OLE color: 14435534.

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

Color convert

RGB20668220-
CMYK0.060.6900.14
HSL294.47º68.47%56.47%-
HSV(B)294.47º69.09%86.27%-
XYZ40.4422.4269.91-
YUV126.59180.72184.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 68 (26.95% from 255) = 13.77%
BLUE value IS 220 (86.33% from 255) = 44.53%
R=41.70%
G=13.77%
B=44.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206682200.060.6900.14294.4768.4756.47
HexCE44DC6450E1264438
Octal316104334610501644610470
Binary110011101000100110111001101000101011101001001101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE44DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE44DC; }

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

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

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

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

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

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

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

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