Html Css Color HEX #D03EDB Medium Orchid

📋 copy color: '#D03EDB'

red 208 ◦ green 62 ◦ blue 219

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

Shades of Medium Orchid #D03EDB

Tints of Medium Orchid #D03EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.68%

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

R = 42.54%
G = 12.68%
B = 44.79%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D03EDB (or 0xD03EDB) is known color: Medium Orchid. HEX triplet: D0, 3E and DB. RGB value is (208,62,219). Sum of RGB (Red+Green+Blue) = 208+62+219=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 62 (24.61% from 255 or 12.68% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #D03EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03EDB is #2FC124. Grayscale: #7B7B7B. Windows color (decimal): -3129637 or 14368464. OLE color: 14368464.

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

Color convert

RGB 208 62 219 -
CMYK 0.05 0.72 0 0.14
HSL 295.8º 0.69% 0.55% -
HSV(B) 295.8º 0.72% 0.86% -
XYZ 40.52 21.97 69.12 -
YUV 123.55 181.87 188.23 -
System Red Green Blue C M Y K H S L
Decimal 208 62 219 0.05 0.72 0 0.14 295.8 0.69 0.55
Hex D0 3E DB 5 48 0 E 128 45 37
Octal 320 76 333 5 110 0 16 450 105 67
Binary 11010000 111110 11011011 101 1001000 0 1110 100101000 1000101 110111

Color Harmonies of #D03EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03EDB

Black with #D03EDB

Text Example


Text Example

White with #D03EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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