Html Css Color HEX #D331E6 Medium Orchid

📋 copy color: '#D331E6'

red 211 ◦ green 49 ◦ blue 230

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

Shades of Medium Orchid #D331E6

Tints of Medium Orchid #D331E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.94%

R = 43.06%
G = 10%
B = 46.94%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D331E6 (or 0xD331E6) is known color: Medium Orchid. HEX triplet: D3, 31 and E6. RGB value is (211,49,230). Sum of RGB (Red+Green+Blue) = 211+49+230=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 49 (19.53% from 255 or 10% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 230 - color contains mainly: blue. Hex color #D331E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D331E6 is #2CCE19. Grayscale: #757575. Windows color (decimal): -2936346 or 15086035. OLE color: 15086035.

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

Color convert

RGB 211 49 230 -
CMYK 0.08 0.79 0 0.10
HSL 293.7º 0.78% 0.55% -
HSV(B) 293.7º 0.79% 0.9% -
XYZ 42.25 21.76 76.84 -
YUV 118.07 191.17 194.28 -
System Red Green Blue C M Y K H S L
Decimal 211 49 230 0.08 0.79 0 0.10 293.7 0.78 0.55
Hex D3 31 E6 8 4F 0 A 126 4E 37
Octal 323 61 346 10 117 0 12 446 116 67
Binary 11010011 110001 11100110 1000 1001111 0 1010 100100110 1001110 110111

Color Harmonies of #D331E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331E6

Black with #D331E6

Text Example


Text Example

White with #D331E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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