#CD45E9

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

Shades of Medium Orchid #CD45E9

Tints of Medium Orchid #CD45E9

Color information

#CD45E9 (or 0xCD45E9) is unknown color: approx Medium Orchid. HEX triplet: CD, 45 and E9. RGB value is (205,69,233). Sum of RGB (Red+Green+Blue) = 205+69+233=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD45E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD45E9 is #32BA16. Grayscale: #7F7F7F. Windows color (decimal): -3324439 or 15287757. OLE color: 15287757.

HSL color Cylindrical-coordinate representation of color #CD45E9: hue angle of 289.76º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD45E9 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20569233-
CMYK0.120.7000.09
HSL289.76º78.85%59.22%-
HSV(B)289.76º70.39%91.37%-
XYZ42.0123.1279.34-
YUV128.36187.06182.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 69 (27.34% from 255) = 13.61%
BLUE value IS 233 (91.41% from 255) = 45.96%
R=40.43%
G=13.61%
B=45.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205692330.120.7000.09289.7678.8559.22
HexCD45E9C46091224f3b
Octal3151053511410601144211773
Binary1100110110001011110100111001000110010011001000101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD45E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD45E9; }

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

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

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

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

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

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

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

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