Html Css Color HEX #D336E1 Medium Orchid

📋 copy color: '#D336E1'

red 211 ◦ green 54 ◦ blue 225

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

Shades of Medium Orchid #D336E1

Tints of Medium Orchid #D336E1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.02%

 BLUE value IS 225 (88.28% from 255) = 45.92%

R = 43.06%
G = 11.02%
B = 45.92%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D336E1 (or 0xD336E1) is known color: Medium Orchid. HEX triplet: D3, 36 and E1. RGB value is (211,54,225). Sum of RGB (Red+Green+Blue) = 211+54+225=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 54 (21.48% from 255 or 11.02% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #D336E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D336E1 is #2CC91E. Grayscale: #777777. Windows color (decimal): -2935071 or 14759635. OLE color: 14759635.

HSL color Cylindrical-coordinate representation of color #D336E1: hue angle of 295.09º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D336E1 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 54 225 -
CMYK 0.06 0.76 0 0.12
HSL 295.09º 0.74% 0.55% -
HSV(B) 295.09º 0.76% 0.88% -
XYZ 41.77 21.92 73.26 -
YUV 120.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 211 54 225 0.06 0.76 0 0.12 295.09 0.74 0.55
Hex D3 36 E1 6 4C 0 C 127 4A 37
Octal 323 66 341 6 114 0 14 447 112 67
Binary 11010011 110110 11100001 110 1001100 0 1100 100100111 1001010 110111

Color Harmonies of #D336E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D336E1

Black with #D336E1

Text Example


Text Example

White with #D336E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D336E1; }

 p { color: rgb(211,54,225); }

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

background-color css

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

 a { background-color: rgb(211,54,225); }

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

border-color css

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

 span { border-color: rgb(211,54,225); }

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