Html Css Color HEX #D337E5 Medium Orchid

📋 copy color: '#D337E5'

red 211 ◦ green 55 ◦ blue 229

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

Shades of Medium Orchid #D337E5

Tints of Medium Orchid #D337E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.26%

R = 42.63%
G = 11.11%
B = 46.26%

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

#D337E5 (or 0xD337E5) is known color: Medium Orchid. HEX triplet: D3, 37 and E5. RGB value is (211,55,229). Sum of RGB (Red+Green+Blue) = 211+55+229=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 55 (21.88% from 255 or 11.11% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #D337E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D337E5 is #2CC81A. Grayscale: #787878. Windows color (decimal): -2934811 or 15022035. OLE color: 15022035.

HSL color Cylindrical-coordinate representation of color #D337E5: hue angle of 293.79º degrees, saturation: 0.77, 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 #D337E5 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 55 229 -
CMYK 0.08 0.76 0 0.10
HSL 293.79º 0.77% 0.56% -
HSV(B) 293.79º 0.76% 0.9% -
XYZ 42.37 22.24 76.19 -
YUV 121.48 188.68 191.85 -
System Red Green Blue C M Y K H S L
Decimal 211 55 229 0.08 0.76 0 0.10 293.79 0.77 0.56
Hex D3 37 E5 8 4C 0 A 126 4D 38
Octal 323 67 345 10 114 0 12 446 115 70
Binary 11010011 110111 11100101 1000 1001100 0 1010 100100110 1001101 111000

Color Harmonies of #D337E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D337E5

Black with #D337E5

Text Example


Text Example

White with #D337E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D337E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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