Html Css Color HEX #D04FDD Medium Orchid

📋 copy color: '#D04FDD'

red 208 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #D04FDD

Tints of Medium Orchid #D04FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 40.94%
G = 15.55%
B = 43.5%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D04FDD (or 0xD04FDD) is known color: Medium Orchid. HEX triplet: D0, 4F and DD. RGB value is (208,79,221). Sum of RGB (Red+Green+Blue) = 208+79+221=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #D04FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FDD is #2FB022. Grayscale: #858585. Windows color (decimal): -3125283 or 14503888. OLE color: 14503888.

HSL color Cylindrical-coordinate representation of color #D04FDD: hue angle of 294.51º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04FDD is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 79 221 -
CMYK 0.06 0.64 0 0.13
HSL 294.51º 0.68% 0.59% -
HSV(B) 294.51º 0.64% 0.87% -
XYZ 41.86 24.22 70.88 -
YUV 133.76 177.24 180.95 -
System Red Green Blue C M Y K H S L
Decimal 208 79 221 0.06 0.64 0 0.13 294.51 0.68 0.59
Hex D0 4F DD 6 40 0 D 127 44 3B
Octal 320 117 335 6 100 0 15 447 104 73
Binary 11010000 1001111 11011101 110 1000000 0 1101 100100111 1000100 111011

Color Harmonies of #D04FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04FDD

Black with #D04FDD

Text Example


Text Example

White with #D04FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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