Html Css Color HEX #D031EB Medium Orchid

📋 copy color: '#D031EB'

red 208 ◦ green 49 ◦ blue 235

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

Shades of Medium Orchid #D031EB

Tints of Medium Orchid #D031EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 42.28%
G = 9.96%
B = 47.76%

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

#D031EB (or 0xD031EB) is known color: Medium Orchid. HEX triplet: D0, 31 and EB. RGB value is (208,49,235). Sum of RGB (Red+Green+Blue) = 208+49+235=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 49 (19.53% from 255 or 9.96% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #D031EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D031EB is #2FCE14. Grayscale: #757575. Windows color (decimal): -3132949 or 15413712. OLE color: 15413712.

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

Color convert

RGB 208 49 235 -
CMYK 0.11 0.79 0 0.08
HSL 291.29º 0.82% 0.56% -
HSV(B) 291.29º 0.79% 0.92% -
XYZ 42.11 21.6 80.55 -
YUV 117.75 194.18 192.38 -
System Red Green Blue C M Y K H S L
Decimal 208 49 235 0.11 0.79 0 0.08 291.29 0.82 0.56
Hex D0 31 EB B 4F 0 8 123 52 38
Octal 320 61 353 13 117 0 10 443 122 70
Binary 11010000 110001 11101011 1011 1001111 0 1000 100100011 1010010 111000

Color Harmonies of #D031EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031EB

Black with #D031EB

Text Example


Text Example

White with #D031EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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