Html Css Color HEX #D041D8 Medium Orchid

📋 copy color: '#D041D8'

red 208 ◦ green 65 ◦ blue 216

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

Shades of Medium Orchid #D041D8

Tints of Medium Orchid #D041D8

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.29%

 BLUE value IS 216 (84.77% from 255) = 44.17%

R = 42.54%
G = 13.29%
B = 44.17%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D041D8 (or 0xD041D8) is known color: Medium Orchid. HEX triplet: D0, 41 and D8. RGB value is (208,65,216). Sum of RGB (Red+Green+Blue) = 208+65+216=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #D041D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041D8 is #2FBE27. Grayscale: #7C7C7C. Windows color (decimal): -3128872 or 14172624. OLE color: 14172624.

HSL color Cylindrical-coordinate representation of color #D041D8: hue angle of 296.82º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D041D8 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 65 216 -
CMYK 0.04 0.70 0 0.15
HSL 296.82º 0.66% 0.55% -
HSV(B) 296.82º 0.7% 0.85% -
XYZ 40.3 22.15 67.12 -
YUV 124.97 179.38 187.22 -
System Red Green Blue C M Y K H S L
Decimal 208 65 216 0.04 0.70 0 0.15 296.82 0.66 0.55
Hex D0 41 D8 4 46 0 F 129 42 37
Octal 320 101 330 4 106 0 17 451 102 67
Binary 11010000 1000001 11011000 100 1000110 0 1111 100101001 1000010 110111

Color Harmonies of #D041D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D041D8

Black with #D041D8

Text Example


Text Example

White with #D041D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D041D8; }

 p { color: rgb(208,65,216); }

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

background-color css

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

 a { background-color: rgb(208,65,216); }

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

border-color css

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

 span { border-color: rgb(208,65,216); }

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