Html Css Color HEX #D331E0 Medium Orchid

📋 copy color: '#D331E0'

red 211 ◦ green 49 ◦ blue 224

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

Shades of Medium Orchid #D331E0

Tints of Medium Orchid #D331E0

RGB

 RED value IS 211 (82.81% from 255) = 43.6%

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

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

R = 43.6%
G = 10.12%
B = 46.28%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D331E0 (or 0xD331E0) is known color: Medium Orchid. HEX triplet: D3, 31 and E0. RGB value is (211,49,224). Sum of RGB (Red+Green+Blue) = 211+49+224=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #D331E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331E0 is #2CCE1F. Grayscale: #747474. Windows color (decimal): -2936352 or 14692819. OLE color: 14692819.

HSL color Cylindrical-coordinate representation of color #D331E0: hue angle of 295.54º 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 #D331E0 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 49 224 -
CMYK 0.06 0.78 0 0.12
HSL 295.54º 0.74% 0.54% -
HSV(B) 295.54º 0.78% 0.88% -
XYZ 41.42 21.43 72.47 -
YUV 117.39 188.17 194.77 -
System Red Green Blue C M Y K H S L
Decimal 211 49 224 0.06 0.78 0 0.12 295.54 0.74 0.54
Hex D3 31 E0 6 4E 0 C 128 4A 36
Octal 323 61 340 6 116 0 14 450 112 66
Binary 11010011 110001 11100000 110 1001110 0 1100 100101000 1001010 110110

Color Harmonies of #D331E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331E0

Black with #D331E0

Text Example


Text Example

White with #D331E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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