#D039DB

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

Shades of Medium Orchid #D039DB

Tints of Medium Orchid #D039DB

Color information

#D039DB (or 0xD039DB) is unknown color: approx Medium Orchid. HEX triplet: D0, 39 and DB. RGB value is (208,57,219). Sum of RGB (Red+Green+Blue) = 208+57+219=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 57 (22.66% from 255 or 11.78% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #D039DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D039DB is #2FC624. Grayscale: #787878. Windows color (decimal): -3130917 or 14367184. OLE color: 14367184.

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

Color convert

RGB20857219-
CMYK0.050.7400.14
HSL295.93º69.23%54.12%-
HSV(B)295.93º73.97%85.88%-
XYZ40.2621.4569.04-
YUV120.62183.53190.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 57 (22.66% from 255) = 11.78%
BLUE value IS 219 (85.94% from 255) = 45.25%
R=42.98%
G=11.78%
B=45.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal208572190.050.7400.14295.9369.2354.12
HexD039DB54A0E1284536
Octal32071333511201645010566
Binary11010000111001110110111011001010011101001010001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D039DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D039DB; }

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

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

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

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

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

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

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

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