#CD45D9

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

Shades of Medium Orchid #CD45D9

Tints of Medium Orchid #CD45D9

Color information

#CD45D9 (or 0xCD45D9) is unknown color: approx Medium Orchid. HEX triplet: CD, 45 and D9. RGB value is (205,69,217). Sum of RGB (Red+Green+Blue) = 205+69+217=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 69 (27.34% from 255 or 14.05% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD45D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD45D9 is #32BA26. Grayscale: #7E7E7E. Windows color (decimal): -3324455 or 14239181. OLE color: 14239181.

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

Color convert

RGB20569217-
CMYK0.060.6800.15
HSL295.14º66.07%56.08%-
HSV(B)295.14º68.2%85.1%-
XYZ39.8322.2567.84-
YUV126.54179.06183.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 69 (27.34% from 255) = 14.05%
BLUE value IS 217 (85.16% from 255) = 44.20%
R=41.75%
G=14.05%
B=44.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205692170.060.6800.15295.1466.0756.08
HexCD45D96440F1274238
Octal315105331610401744710270
Binary110011011000101110110011101000100011111001001111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD45D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD45D9; }

 p { color: rgb(205,69,217); }

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

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

 a { background-color: rgb(205,69,217); }

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

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

 span { border-color: rgb(205,69,217); }

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