#CE44DB

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

Shades of Medium Orchid #CE44DB

Tints of Medium Orchid #CE44DB

Color information

#CE44DB (or 0xCE44DB) is unknown color: approx Medium Orchid. HEX triplet: CE, 44 and DB. RGB value is (206,68,219). Sum of RGB (Red+Green+Blue) = 206+68+219=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE44DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44DB is #31BB24. Grayscale: #7E7E7E. Windows color (decimal): -3259173 or 14369998. OLE color: 14369998.

HSL color Cylindrical-coordinate representation of color #CE44DB: hue angle of 294.83º 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 #CE44DB is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20668219-
CMYK0.060.6900.14
HSL294.83º67.71%56.27%-
HSV(B)294.83º68.95%85.88%-
XYZ40.3122.3769.21-
YUV126.48180.22184.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 68 (26.95% from 255) = 13.79%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=41.78%
G=13.79%
B=44.42%

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
Decimal206682190.060.6900.14294.8367.7156.27
HexCE44DB6450E1274438
Octal316104333610501644710470
Binary110011101000100110110111101000101011101001001111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE44DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE44DB; }

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

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

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

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

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

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

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

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