Html Css Color HEX #D031EA Medium Orchid

📋 copy color: '#D031EA'

red 208 ◦ green 49 ◦ blue 234

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

Shades of Medium Orchid #D031EA

Tints of Medium Orchid #D031EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.66%

R = 42.36%
G = 9.98%
B = 47.66%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D031EA (or 0xD031EA) is known color: Medium Orchid. HEX triplet: D0, 31 and EA. RGB value is (208,49,234). Sum of RGB (Red+Green+Blue) = 208+49+234=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #D031EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D031EA is #2FCE15. Grayscale: #757575. Windows color (decimal): -3132950 or 15348176. OLE color: 15348176.

HSL color Cylindrical-coordinate representation of color #D031EA: hue angle of 291.57º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D031EA is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 49 234 -
CMYK 0.11 0.79 0 0.08
HSL 291.57º 0.81% 0.55% -
HSV(B) 291.57º 0.79% 0.92% -
XYZ 41.96 21.55 79.79 -
YUV 117.63 193.68 192.46 -
System Red Green Blue C M Y K H S L
Decimal 208 49 234 0.11 0.79 0 0.08 291.57 0.81 0.55
Hex D0 31 EA B 4F 0 8 124 51 37
Octal 320 61 352 13 117 0 10 444 121 67
Binary 11010000 110001 11101010 1011 1001111 0 1000 100100100 1010001 110111

Color Harmonies of #D031EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031EA

Black with #D031EA

Text Example


Text Example

White with #D031EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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