#CE44DD

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

Shades of Medium Orchid #CE44DD

Tints of Medium Orchid #CE44DD

Color information

#CE44DD (or 0xCE44DD) is unknown color: approx Medium Orchid. HEX triplet: CE, 44 and DD. RGB value is (206,68,221). Sum of RGB (Red+Green+Blue) = 206+68+221=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE44DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44DD is #31BB22. Grayscale: #7E7E7E. Windows color (decimal): -3259171 or 14501070. OLE color: 14501070.

HSL color Cylindrical-coordinate representation of color #CE44DD: hue angle of 294.12º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE44DD is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20668221-
CMYK0.070.6900.13
HSL294.12º69.23%56.67%-
HSV(B)294.12º69.23%86.67%-
XYZ40.5722.4870.61-
YUV126.7181.22184.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 68 (26.95% from 255) = 13.74%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=41.62%
G=13.74%
B=44.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal206682210.070.6900.13294.1269.2356.67
HexCE44DD7450D1264539
Octal316104335710501544610571
Binary110011101000100110111011111000101011011001001101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE44DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE44DD; }

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

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

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

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

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

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

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

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