Html Css Color HEX #D336EB Medium Orchid

📋 copy color: '#D336EB'

red 211 ◦ green 54 ◦ blue 235

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

Shades of Medium Orchid #D336EB

Tints of Medium Orchid #D336EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47%

R = 42.2%
G = 10.8%
B = 47%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D336EB (or 0xD336EB) is known color: Medium Orchid. HEX triplet: D3, 36 and EB. RGB value is (211,54,235). Sum of RGB (Red+Green+Blue) = 211+54+235=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #D336EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D336EB is #2CC914. Grayscale: #797979. Windows color (decimal): -2935061 or 15414995. OLE color: 15414995.

HSL color Cylindrical-coordinate representation of color #D336EB: hue angle of 292.04º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D336EB is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 54 235 -
CMYK 0.10 0.77 0 0.08
HSL 292.04º 0.82% 0.57% -
HSV(B) 292.04º 0.77% 0.92% -
XYZ 43.18 22.49 80.66 -
YUV 121.58 192.01 191.78 -
System Red Green Blue C M Y K H S L
Decimal 211 54 235 0.10 0.77 0 0.08 292.04 0.82 0.57
Hex D3 36 EB A 4D 0 8 124 52 39
Octal 323 66 353 12 115 0 10 444 122 71
Binary 11010011 110110 11101011 1010 1001101 0 1000 100100100 1010010 111001

Color Harmonies of #D336EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D336EB

Black with #D336EB

Text Example


Text Example

White with #D336EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D336EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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