#CD45DE

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

Shades of Medium Orchid #CD45DE

Tints of Medium Orchid #CD45DE

Color information

#CD45DE (or 0xCD45DE) is unknown color: approx Medium Orchid. HEX triplet: CD, 45 and DE. RGB value is (205,69,222). Sum of RGB (Red+Green+Blue) = 205+69+222=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 69 (27.34% from 255 or 13.91% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD45DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD45DE is #32BA21. Grayscale: #7E7E7E. Windows color (decimal): -3324450 or 14566861. OLE color: 14566861.

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

Color convert

RGB20569222-
CMYK0.080.6900.13
HSL293.33º69.86%57.06%-
HSV(B)293.33º68.92%87.06%-
XYZ40.4922.5171.32-
YUV127.11181.56183.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 69 (27.34% from 255) = 13.91%
BLUE value IS 222 (87.11% from 255) = 44.76%
R=41.33%
G=13.91%
B=44.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205692220.080.6900.13293.3369.8657.06
HexCD45DE8450D1254639
Octal3151053361010501544510671
Binary1100110110001011101111010001000101011011001001011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD45DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD45DE; }

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

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

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

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

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

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

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

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