Html Css Color HEX #D04FDB Medium Orchid

📋 copy color: '#D04FDB'

red 208 ◦ green 79 ◦ blue 219

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

Shades of Medium Orchid #D04FDB

Tints of Medium Orchid #D04FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.61%

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

R = 41.11%
G = 15.61%
B = 43.28%

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

#D04FDB (or 0xD04FDB) is known color: Medium Orchid. HEX triplet: D0, 4F and DB. RGB value is (208,79,219). Sum of RGB (Red+Green+Blue) = 208+79+219=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #D04FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FDB is #2FB024. Grayscale: #858585. Windows color (decimal): -3125285 or 14372816. OLE color: 14372816.

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

Color convert

RGB 208 79 219 -
CMYK 0.05 0.64 0 0.14
HSL 295.29º 0.66% 0.58% -
HSV(B) 295.29º 0.64% 0.86% -
XYZ 41.59 24.12 69.48 -
YUV 133.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 208 79 219 0.05 0.64 0 0.14 295.29 0.66 0.58
Hex D0 4F DB 5 40 0 E 127 42 3A
Octal 320 117 333 5 100 0 16 447 102 72
Binary 11010000 1001111 11011011 101 1000000 0 1110 100100111 1000010 111010

Color Harmonies of #D04FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04FDB

Black with #D04FDB

Text Example


Text Example

White with #D04FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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