Html Css Color HEX #D04DDB Medium Orchid

📋 copy color: '#D04DDB'

red 208 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #D04DDB

Tints of Medium Orchid #D04DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.28%

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

R = 41.27%
G = 15.28%
B = 43.45%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D04DDB (or 0xD04DDB) is known color: Medium Orchid. HEX triplet: D0, 4D and DB. RGB value is (208,77,219). Sum of RGB (Red+Green+Blue) = 208+77+219=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #D04DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DDB is #2FB224. Grayscale: #838383. Windows color (decimal): -3125797 or 14372304. OLE color: 14372304.

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

Color convert

RGB 208 77 219 -
CMYK 0.05 0.65 0 0.14
HSL 295.35º 0.66% 0.58% -
HSV(B) 295.35º 0.65% 0.86% -
XYZ 41.45 23.83 69.43 -
YUV 132.36 176.9 181.95 -
System Red Green Blue C M Y K H S L
Decimal 208 77 219 0.05 0.65 0 0.14 295.35 0.66 0.58
Hex D0 4D DB 5 41 0 E 127 42 3A
Octal 320 115 333 5 101 0 16 447 102 72
Binary 11010000 1001101 11011011 101 1000001 0 1110 100100111 1000010 111010

Color Harmonies of #D04DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04DDB

Black with #D04DDB

Text Example


Text Example

White with #D04DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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