Html Css Color HEX #D03ADB Medium Orchid

📋 copy color: '#D03ADB'

red 208 ◦ green 58 ◦ blue 219

#D03ADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #D03ADB

Tints of Medium Orchid #D03ADB

RGB

 RED value IS 208 (81.64% from 255) = 42.89%

 GREEN value IS 58 (23.05% from 255) = 11.96%

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 42.89%
G = 11.96%
B = 45.15%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D03ADB (or 0xD03ADB) is known color: Medium Orchid. HEX triplet: D0, 3A and DB. RGB value is (208,58,219). Sum of RGB (Red+Green+Blue) = 208+58+219=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #D03ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ADB is #2FC524. Grayscale: #787878. Windows color (decimal): -3130661 or 14367440. OLE color: 14367440.

HSL color Cylindrical-coordinate representation of color #D03ADB: hue angle of 295.9º 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 #D03ADB is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 58 219 -
CMYK 0.05 0.74 0 0.14
HSL 295.9º 0.69% 0.54% -
HSV(B) 295.9º 0.74% 0.86% -
XYZ 40.31 21.55 69.05 -
YUV 121.2 183.2 189.91 -
System Red Green Blue C M Y K H S L
Decimal 208 58 219 0.05 0.74 0 0.14 295.9 0.69 0.54
Hex D0 3A DB 5 4A 0 E 128 45 36
Octal 320 72 333 5 112 0 16 450 105 66
Binary 11010000 111010 11011011 101 1001010 0 1110 100101000 1000101 110110

Color Harmonies of #D03ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03ADB

Black with #D03ADB

Text Example


Text Example

White with #D03ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03ADB; }

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

 H1.HeaderClassName
 {
   color: #D03ADB;
 }
 .AnyTagClassName
 {
   color: #D03ADB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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