Html Css Color HEX #D04EDB Medium Orchid

📋 copy color: '#D04EDB'

red 208 ◦ green 78 ◦ blue 219

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

Shades of Medium Orchid #D04EDB

Tints of Medium Orchid #D04EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.45%

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

R = 41.19%
G = 15.45%
B = 43.37%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D04EDB (or 0xD04EDB) is known color: Medium Orchid. HEX triplet: D0, 4E and DB. RGB value is (208,78,219). Sum of RGB (Red+Green+Blue) = 208+78+219=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #D04EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EDB is #2FB124. Grayscale: #848484. Windows color (decimal): -3125541 or 14372560. OLE color: 14372560.

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

Color convert

RGB 208 78 219 -
CMYK 0.05 0.64 0 0.14
HSL 295.32º 0.66% 0.58% -
HSV(B) 295.32º 0.64% 0.86% -
XYZ 41.52 23.97 69.46 -
YUV 132.94 176.57 181.54 -
System Red Green Blue C M Y K H S L
Decimal 208 78 219 0.05 0.64 0 0.14 295.32 0.66 0.58
Hex D0 4E DB 5 40 0 E 127 42 3A
Octal 320 116 333 5 100 0 16 447 102 72
Binary 11010000 1001110 11011011 101 1000000 0 1110 100100111 1000010 111010

Color Harmonies of #D04EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04EDB

Black with #D04EDB

Text Example


Text Example

White with #D04EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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