Html Css Color HEX #D040DC Medium Orchid

📋 copy color: '#D040DC'

red 208 ◦ green 64 ◦ blue 220

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

Shades of Medium Orchid #D040DC

Tints of Medium Orchid #D040DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.01%

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

R = 42.28%
G = 13.01%
B = 44.72%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D040DC (or 0xD040DC) is known color: Medium Orchid. HEX triplet: D0, 40 and DC. RGB value is (208,64,220). Sum of RGB (Red+Green+Blue) = 208+64+220=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #D040DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040DC is #2FBF23. Grayscale: #7C7C7C. Windows color (decimal): -3129124 or 14434512. OLE color: 14434512.

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

Color convert

RGB 208 64 220 -
CMYK 0.05 0.71 0 0.14
HSL 295.38º 0.69% 0.56% -
HSV(B) 295.38º 0.71% 0.86% -
XYZ 40.76 22.24 69.86 -
YUV 124.84 181.71 187.32 -
System Red Green Blue C M Y K H S L
Decimal 208 64 220 0.05 0.71 0 0.14 295.38 0.69 0.56
Hex D0 40 DC 5 47 0 E 127 45 38
Octal 320 100 334 5 107 0 16 447 105 70
Binary 11010000 1000000 11011100 101 1000111 0 1110 100100111 1000101 111000

Color Harmonies of #D040DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040DC

Black with #D040DC

Text Example


Text Example

White with #D040DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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