#CD49DD

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

Shades of Medium Orchid #CD49DD

Tints of Medium Orchid #CD49DD

Color information

#CD49DD (or 0xCD49DD) is unknown color: approx Medium Orchid. HEX triplet: CD, 49 and DD. RGB value is (205,73,221). Sum of RGB (Red+Green+Blue) = 205+73+221=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD49DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49DD is #32B622. Grayscale: #808080. Windows color (decimal): -3323427 or 14502349. OLE color: 14502349.

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

Color convert

RGB20573221-
CMYK0.070.6700.13
HSL293.51º68.52%57.65%-
HSV(B)293.51º66.97%86.67%-
XYZ40.6122.9670.7-
YUV129.34179.73181.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.08%
GREEN value IS 73 (28.91% from 255) = 14.63%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=41.08%
G=14.63%
B=44.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205732210.070.6700.13293.5168.5257.65
HexCD49DD7430D126453a
Octal315111335710301544610572
Binary110011011001001110111011111000011011011001001101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD49DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD49DD; }

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

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

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

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

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

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

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

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