#D045D7

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

Shades of Medium Orchid #D045D7

Tints of Medium Orchid #D045D7

Color information

#D045D7 (or 0xD045D7) is unknown color: approx Medium Orchid. HEX triplet: D0, 45 and D7. RGB value is (208,69,215). Sum of RGB (Red+Green+Blue) = 208+69+215=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 69 (27.34% from 255 or 14.02% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #D045D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045D7 is #2FBA28. Grayscale: #7E7E7E. Windows color (decimal): -3127849 or 14108112. OLE color: 14108112.

HSL color Cylindrical-coordinate representation of color #D045D7: hue angle of 297.12º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D045D7 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20869215-
CMYK0.030.6800.16
HSL297.12º64.6%55.69%-
HSV(B)297.12º67.91%84.31%-
XYZ40.4122.5766.52-
YUV127.2177.55185.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.28%
GREEN value IS 69 (27.34% from 255) = 14.02%
BLUE value IS 215 (84.38% from 255) = 43.70%
R=42.28%
G=14.02%
B=43.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal208692150.030.6800.16297.1264.655.69
HexD045D73440101294138
Octal320105327310402045110170
Binary110100001000101110101111110001000100001001010011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D045D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D045D7; }

 p { color: rgb(208,69,215); }

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

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

 a { background-color: rgb(208,69,215); }

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

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

 span { border-color: rgb(208,69,215); }

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