Html Css Color HEX #D031E0 Medium Orchid

📋 copy color: '#D031E0'

red 208 ◦ green 49 ◦ blue 224

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

Shades of Medium Orchid #D031E0

Tints of Medium Orchid #D031E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.57%

R = 43.24%
G = 10.19%
B = 46.57%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D031E0 (or 0xD031E0) is known color: Medium Orchid. HEX triplet: D0, 31 and E0. RGB value is (208,49,224). Sum of RGB (Red+Green+Blue) = 208+49+224=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #D031E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031E0 is #2FCE1F. Grayscale: #737373. Windows color (decimal): -3132960 or 14692816. OLE color: 14692816.

HSL color Cylindrical-coordinate representation of color #D031E0: hue angle of 294.51º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D031E0 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 49 224 -
CMYK 0.07 0.78 0 0.12
HSL 294.51º 0.74% 0.54% -
HSV(B) 294.51º 0.78% 0.88% -
XYZ 40.57 20.99 72.43 -
YUV 116.49 188.68 193.27 -
System Red Green Blue C M Y K H S L
Decimal 208 49 224 0.07 0.78 0 0.12 294.51 0.74 0.54
Hex D0 31 E0 7 4E 0 C 127 4A 36
Octal 320 61 340 7 116 0 14 447 112 66
Binary 11010000 110001 11100000 111 1001110 0 1100 100100111 1001010 110110

Color Harmonies of #D031E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031E0

Black with #D031E0

Text Example


Text Example

White with #D031E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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