Html Css Color HEX #D040D8 Medium Orchid

📋 copy color: '#D040D8'

red 208 ◦ green 64 ◦ blue 216

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

Shades of Medium Orchid #D040D8

Tints of Medium Orchid #D040D8

RGB

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

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

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

R = 42.62%
G = 13.11%
B = 44.26%

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

#D040D8 (or 0xD040D8) is known color: Medium Orchid. HEX triplet: D0, 40 and D8. RGB value is (208,64,216). Sum of RGB (Red+Green+Blue) = 208+64+216=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #D040D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040D8 is #2FBF27. Grayscale: #7B7B7B. Windows color (decimal): -3129128 or 14172368. OLE color: 14172368.

HSL color Cylindrical-coordinate representation of color #D040D8: hue angle of 296.84º 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 #D040D8 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 64 216 -
CMYK 0.04 0.70 0 0.15
HSL 296.84º 0.66% 0.55% -
HSV(B) 296.84º 0.7% 0.85% -
XYZ 40.24 22.03 67.1 -
YUV 124.38 179.71 187.64 -
System Red Green Blue C M Y K H S L
Decimal 208 64 216 0.04 0.70 0 0.15 296.84 0.66 0.55
Hex D0 40 D8 4 46 0 F 129 42 37
Octal 320 100 330 4 106 0 17 451 102 67
Binary 11010000 1000000 11011000 100 1000110 0 1111 100101001 1000010 110111

Color Harmonies of #D040D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040D8

Black with #D040D8

Text Example


Text Example

White with #D040D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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