Html Css Color HEX #D040DD Medium Orchid

📋 copy color: '#D040DD'

red 208 ◦ green 64 ◦ blue 221

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

Shades of Medium Orchid #D040DD

Tints of Medium Orchid #D040DD

RGB

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

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

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

R = 42.19%
G = 12.98%
B = 44.83%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D040DD (or 0xD040DD) is known color: Medium Orchid. HEX triplet: D0, 40 and DD. RGB value is (208,64,221). Sum of RGB (Red+Green+Blue) = 208+64+221=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #D040DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040DD is #2FBF22. Grayscale: #7C7C7C. Windows color (decimal): -3129123 or 14500048. OLE color: 14500048.

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

Color convert

RGB 208 64 221 -
CMYK 0.06 0.71 0 0.13
HSL 295.03º 0.7% 0.56% -
HSV(B) 295.03º 0.71% 0.87% -
XYZ 40.9 22.3 70.55 -
YUV 124.95 182.21 187.23 -
System Red Green Blue C M Y K H S L
Decimal 208 64 221 0.06 0.71 0 0.13 295.03 0.7 0.56
Hex D0 40 DD 6 47 0 D 127 46 38
Octal 320 100 335 6 107 0 15 447 106 70
Binary 11010000 1000000 11011101 110 1000111 0 1101 100100111 1000110 111000

Color Harmonies of #D040DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040DD

Black with #D040DD

Text Example


Text Example

White with #D040DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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