Html Css Color HEX #D331E8 Medium Orchid

📋 copy color: '#D331E8'

red 211 ◦ green 49 ◦ blue 232

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

Shades of Medium Orchid #D331E8

Tints of Medium Orchid #D331E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.15%

R = 42.89%
G = 9.96%
B = 47.15%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D331E8 (or 0xD331E8) is known color: Medium Orchid. HEX triplet: D3, 31 and E8. RGB value is (211,49,232). Sum of RGB (Red+Green+Blue) = 211+49+232=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 49 (19.53% from 255 or 9.96% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #D331E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D331E8 is #2CCE17. Grayscale: #757575. Windows color (decimal): -2936344 or 15217107. OLE color: 15217107.

HSL color Cylindrical-coordinate representation of color #D331E8: hue angle of 293.11º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D331E8 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 49 232 -
CMYK 0.09 0.79 0 0.09
HSL 293.11º 0.8% 0.55% -
HSV(B) 293.11º 0.79% 0.91% -
XYZ 42.53 21.87 78.32 -
YUV 118.3 192.17 194.12 -
System Red Green Blue C M Y K H S L
Decimal 211 49 232 0.09 0.79 0 0.09 293.11 0.8 0.55
Hex D3 31 E8 9 4F 0 9 125 50 37
Octal 323 61 350 11 117 0 11 445 120 67
Binary 11010011 110001 11101000 1001 1001111 0 1001 100100101 1010000 110111

Color Harmonies of #D331E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331E8

Black with #D331E8

Text Example


Text Example

White with #D331E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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