#D045DB

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

Shades of Medium Orchid #D045DB

Tints of Medium Orchid #D045DB

Color information

#D045DB (or 0xD045DB) is unknown color: approx Medium Orchid. HEX triplet: D0, 45 and DB. RGB value is (208,69,219). Sum of RGB (Red+Green+Blue) = 208+69+219=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 69 (27.34% from 255 or 13.91% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #D045DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045DB is #2FBA24. Grayscale: #7F7F7F. Windows color (decimal): -3127845 or 14370256. OLE color: 14370256.

HSL color Cylindrical-coordinate representation of color #D045DB: hue angle of 295.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D045DB is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20869219-
CMYK0.050.6800.14
HSL295.6º67.57%56.47%-
HSV(B)295.6º68.49%85.88%-
XYZ40.9322.7869.26-
YUV127.66179.55185.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.94%
GREEN value IS 69 (27.34% from 255) = 13.91%
BLUE value IS 219 (85.94% from 255) = 44.15%
R=41.94%
G=13.91%
B=44.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal208692190.050.6800.14295.667.5756.47
HexD045DB5440E1284438
Octal320105333510401645010470
Binary110100001000101110110111011000100011101001010001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D045DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D045DB; }

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

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

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

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

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

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

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

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