#D03DDB

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

Shades of Medium Orchid #D03DDB

Tints of Medium Orchid #D03DDB

Color information

#D03DDB (or 0xD03DDB) is unknown color: approx Medium Orchid. HEX triplet: D0, 3D and DB. RGB value is (208,61,219). Sum of RGB (Red+Green+Blue) = 208+61+219=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 61 (24.22% from 255 or 12.5% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #D03DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03DDB is #2FC224. Grayscale: #7A7A7A. Windows color (decimal): -3129893 or 14368208. OLE color: 14368208.

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

Color convert

RGB20861219-
CMYK0.050.7200.14
HSL295.82º68.7%54.9%-
HSV(B)295.82º72.15%85.88%-
XYZ40.4721.8669.1-
YUV122.96182.2188.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.62%
GREEN value IS 61 (24.22% from 255) = 12.5%
BLUE value IS 219 (85.94% from 255) = 44.88%
R=42.62%
G=12.5%
B=44.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal208612190.050.7200.14295.8268.754.9
HexD03DDB5480E1284537
Octal32075333511001645010567
Binary11010000111101110110111011001000011101001010001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03DDB; }

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

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

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

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

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

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

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

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