Html Css Color HEX #D041DC Medium Orchid

📋 copy color: '#D041DC'

red 208 ◦ green 65 ◦ blue 220

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

Shades of Medium Orchid #D041DC

Tints of Medium Orchid #D041DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 42.19%
G = 13.18%
B = 44.62%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D041DC (or 0xD041DC) is known color: Medium Orchid. HEX triplet: D0, 41 and DC. RGB value is (208,65,220). Sum of RGB (Red+Green+Blue) = 208+65+220=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #D041DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041DC is #2FBE23. Grayscale: #7C7C7C. Windows color (decimal): -3128868 or 14434768. OLE color: 14434768.

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

Color convert

RGB 208 65 220 -
CMYK 0.05 0.70 0 0.14
HSL 295.35º 0.69% 0.56% -
HSV(B) 295.35º 0.7% 0.86% -
XYZ 40.82 22.36 69.87 -
YUV 125.43 181.38 186.9 -
System Red Green Blue C M Y K H S L
Decimal 208 65 220 0.05 0.70 0 0.14 295.35 0.69 0.56
Hex D0 41 DC 5 46 0 E 127 45 38
Octal 320 101 334 5 106 0 16 447 105 70
Binary 11010000 1000001 11011100 101 1000110 0 1110 100100111 1000101 111000

Color Harmonies of #D041DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D041DC

Black with #D041DC

Text Example


Text Example

White with #D041DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D041DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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