Html Css Color HEX #D031EC Medium Orchid

📋 copy color: '#D031EC'

red 208 ◦ green 49 ◦ blue 236

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

Shades of Medium Orchid #D031EC

Tints of Medium Orchid #D031EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.87%

R = 42.19%
G = 9.94%
B = 47.87%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D031EC (or 0xD031EC) is known color: Medium Orchid. HEX triplet: D0, 31 and EC. RGB value is (208,49,236). Sum of RGB (Red+Green+Blue) = 208+49+236=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 49 (19.53% from 255 or 9.94% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #D031EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D031EC is #2FCE13. Grayscale: #757575. Windows color (decimal): -3132948 or 15479248. OLE color: 15479248.

HSL color Cylindrical-coordinate representation of color #D031EC: hue angle of 291.02º degrees, saturation: 0.83, 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 #D031EC is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 49 236 -
CMYK 0.12 0.79 0 0.07
HSL 291.02º 0.83% 0.56% -
HSV(B) 291.02º 0.79% 0.93% -
XYZ 42.25 21.66 81.31 -
YUV 117.86 194.68 192.29 -
System Red Green Blue C M Y K H S L
Decimal 208 49 236 0.12 0.79 0 0.07 291.02 0.83 0.56
Hex D0 31 EC C 4F 0 7 123 53 38
Octal 320 61 354 14 117 0 7 443 123 70
Binary 11010000 110001 11101100 1100 1001111 0 111 100100011 1010011 111000

Color Harmonies of #D031EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031EC

Black with #D031EC

Text Example


Text Example

White with #D031EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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