Html Css Color HEX #D036DE Medium Orchid

📋 copy color: '#D036DE'

red 208 ◦ green 54 ◦ blue 222

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

Shades of Medium Orchid #D036DE

Tints of Medium Orchid #D036DE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.16%

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

R = 42.98%
G = 11.16%
B = 45.87%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D036DE (or 0xD036DE) is known color: Medium Orchid. HEX triplet: D0, 36 and DE. RGB value is (208,54,222). Sum of RGB (Red+Green+Blue) = 208+54+222=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #D036DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036DE is #2FC921. Grayscale: #767676. Windows color (decimal): -3131682 or 14563024. OLE color: 14563024.

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

Color convert

RGB 208 54 222 -
CMYK 0.06 0.76 0 0.13
HSL 295º 0.72% 0.54% -
HSV(B) 295º 0.76% 0.87% -
XYZ 40.52 21.32 71.09 -
YUV 119.2 186.02 191.34 -
System Red Green Blue C M Y K H S L
Decimal 208 54 222 0.06 0.76 0 0.13 295 0.72 0.54
Hex D0 36 DE 6 4C 0 D 127 48 36
Octal 320 66 336 6 114 0 15 447 110 66
Binary 11010000 110110 11011110 110 1001100 0 1101 100100111 1001000 110110

Color Harmonies of #D036DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D036DE

Black with #D036DE

Text Example


Text Example

White with #D036DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D036DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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