Html Css Color HEX #D03FDB Medium Orchid

📋 copy color: '#D03FDB'

red 208 ◦ green 63 ◦ blue 219

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

Shades of Medium Orchid #D03FDB

Tints of Medium Orchid #D03FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 12.86%

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

R = 42.45%
G = 12.86%
B = 44.69%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D03FDB (or 0xD03FDB) is known color: Medium Orchid. HEX triplet: D0, 3F and DB. RGB value is (208,63,219). Sum of RGB (Red+Green+Blue) = 208+63+219=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #D03FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FDB is #2FC024. Grayscale: #7B7B7B. Windows color (decimal): -3129381 or 14368720. OLE color: 14368720.

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

Color convert

RGB 208 63 219 -
CMYK 0.05 0.71 0 0.14
HSL 295.77º 0.68% 0.55% -
HSV(B) 295.77º 0.71% 0.86% -
XYZ 40.58 22.08 69.14 -
YUV 124.14 181.54 187.82 -
System Red Green Blue C M Y K H S L
Decimal 208 63 219 0.05 0.71 0 0.14 295.77 0.68 0.55
Hex D0 3F DB 5 47 0 E 128 44 37
Octal 320 77 333 5 107 0 16 450 104 67
Binary 11010000 111111 11011011 101 1000111 0 1110 100101000 1000100 110111

Color Harmonies of #D03FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FDB

Black with #D03FDB

Text Example


Text Example

White with #D03FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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