Html Css Color HEX #D040DE Medium Orchid

📋 copy color: '#D040DE'

red 208 ◦ green 64 ◦ blue 222

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

Shades of Medium Orchid #D040DE

Tints of Medium Orchid #D040DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 42.11%
G = 12.96%
B = 44.94%

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

#D040DE (or 0xD040DE) is known color: Medium Orchid. HEX triplet: D0, 40 and DE. RGB value is (208,64,222). Sum of RGB (Red+Green+Blue) = 208+64+222=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #D040DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040DE is #2FBF21. Grayscale: #7C7C7C. Windows color (decimal): -3129122 or 14565584. OLE color: 14565584.

HSL color Cylindrical-coordinate representation of color #D040DE: hue angle of 294.68º degrees, saturation: 0.71, 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 #D040DE is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 64 222 -
CMYK 0.06 0.71 0 0.13
HSL 294.68º 0.71% 0.56% -
HSV(B) 294.68º 0.71% 0.87% -
XYZ 41.03 22.35 71.26 -
YUV 125.07 182.71 187.15 -
System Red Green Blue C M Y K H S L
Decimal 208 64 222 0.06 0.71 0 0.13 294.68 0.71 0.56
Hex D0 40 DE 6 47 0 D 127 47 38
Octal 320 100 336 6 107 0 15 447 107 70
Binary 11010000 1000000 11011110 110 1000111 0 1101 100100111 1000111 111000

Color Harmonies of #D040DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040DE

Black with #D040DE

Text Example


Text Example

White with #D040DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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