Html Css Color HEX #D031EE Medium Orchid

📋 copy color: '#D031EE'

red 208 ◦ green 49 ◦ blue 238

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

Shades of Medium Orchid #D031EE

Tints of Medium Orchid #D031EE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.9%

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 42.02%
G = 9.9%
B = 48.08%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D031EE (or 0xD031EE) is known color: Medium Orchid. HEX triplet: D0, 31 and EE. RGB value is (208,49,238). Sum of RGB (Red+Green+Blue) = 208+49+238=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 49 (19.53% from 255 or 9.90% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #D031EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D031EE is #2FCE11. Grayscale: #757575. Windows color (decimal): -3132946 or 15610320. OLE color: 15610320.

HSL color Cylindrical-coordinate representation of color #D031EE: hue angle of 290.48º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D031EE is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 49 238 -
CMYK 0.13 0.79 0 0.07
HSL 290.48º 0.85% 0.56% -
HSV(B) 290.48º 0.79% 0.93% -
XYZ 42.54 21.78 82.85 -
YUV 118.09 195.68 192.13 -
System Red Green Blue C M Y K H S L
Decimal 208 49 238 0.13 0.79 0 0.07 290.48 0.85 0.56
Hex D0 31 EE D 4F 0 7 122 55 38
Octal 320 61 356 15 117 0 7 442 125 70
Binary 11010000 110001 11101110 1101 1001111 0 111 100100010 1010101 111000

Color Harmonies of #D031EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031EE

Black with #D031EE

Text Example


Text Example

White with #D031EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031EE; }

 p { color: rgb(208,49,238); }

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

background-color css

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

 a { background-color: rgb(208,49,238); }

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

border-color css

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

 span { border-color: rgb(208,49,238); }

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