#CD44DD

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

Shades of Medium Orchid #CD44DD

Tints of Medium Orchid #CD44DD

Color information

#CD44DD (or 0xCD44DD) is unknown color: approx Medium Orchid. HEX triplet: CD, 44 and DD. RGB value is (205,68,221). Sum of RGB (Red+Green+Blue) = 205+68+221=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 68 (26.95% from 255 or 13.77% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD44DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD44DD is #32BB22. Grayscale: #7D7D7D. Windows color (decimal): -3324707 or 14501069. OLE color: 14501069.

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

Color convert

RGB20568221-
CMYK0.070.6900.13
HSL293.73º69.23%56.67%-
HSV(B)293.73º69.23%86.67%-
XYZ40.322.3370.59-
YUV126.4181.39184.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 68 (26.95% from 255) = 13.77%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=41.50%
G=13.77%
B=44.74%

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
Decimal205682210.070.6900.13293.7369.2356.67
HexCD44DD7450D1264539
Octal315104335710501544610571
Binary110011011000100110111011111000101011011001001101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD44DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD44DD; }

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

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

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

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

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

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

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

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