Html Css Color HEX #D031EF Medium Orchid

📋 copy color: '#D031EF'

red 208 ◦ green 49 ◦ blue 239

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

Shades of Medium Orchid #D031EF

Tints of Medium Orchid #D031EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 41.94%
G = 9.88%
B = 48.19%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D031EF (or 0xD031EF) is known color: Medium Orchid. HEX triplet: D0, 31 and EF. RGB value is (208,49,239). Sum of RGB (Red+Green+Blue) = 208+49+239=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #D031EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D031EF is #2FCE10. Grayscale: #757575. Windows color (decimal): -3132945 or 15675856. OLE color: 15675856.

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

Color convert

RGB 208 49 239 -
CMYK 0.13 0.79 0 0.06
HSL 290.21º 0.86% 0.56% -
HSV(B) 290.21º 0.79% 0.94% -
XYZ 42.69 21.84 83.63 -
YUV 118.2 196.18 192.05 -
System Red Green Blue C M Y K H S L
Decimal 208 49 239 0.13 0.79 0 0.06 290.21 0.86 0.56
Hex D0 31 EF D 4F 0 6 122 56 38
Octal 320 61 357 15 117 0 6 442 126 70
Binary 11010000 110001 11101111 1101 1001111 0 110 100100010 1010110 111000

Color Harmonies of #D031EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031EF

Black with #D031EF

Text Example


Text Example

White with #D031EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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