Html Css Color HEX #D337E6 Medium Orchid

📋 copy color: '#D337E6'

red 211 ◦ green 55 ◦ blue 230

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

Shades of Medium Orchid #D337E6

Tints of Medium Orchid #D337E6

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.09%

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

R = 42.54%
G = 11.09%
B = 46.37%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D337E6 (or 0xD337E6) is known color: Medium Orchid. HEX triplet: D3, 37 and E6. RGB value is (211,55,230). Sum of RGB (Red+Green+Blue) = 211+55+230=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 55 (21.88% from 255 or 11.09% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #D337E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D337E6 is #2CC819. Grayscale: #797979. Windows color (decimal): -2934810 or 15087571. OLE color: 15087571.

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

Color convert

RGB 211 55 230 -
CMYK 0.08 0.76 0 0.10
HSL 293.49º 0.78% 0.56% -
HSV(B) 293.49º 0.76% 0.9% -
XYZ 42.51 22.29 76.93 -
YUV 121.59 189.18 191.77 -
System Red Green Blue C M Y K H S L
Decimal 211 55 230 0.08 0.76 0 0.10 293.49 0.78 0.56
Hex D3 37 E6 8 4C 0 A 125 4E 38
Octal 323 67 346 10 114 0 12 445 116 70
Binary 11010011 110111 11100110 1000 1001100 0 1010 100100101 1001110 111000

Color Harmonies of #D337E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D337E6

Black with #D337E6

Text Example


Text Example

White with #D337E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D337E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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