Html Css Color HEX #D339EB Medium Orchid

📋 copy color: '#D339EB'

red 211 ◦ green 57 ◦ blue 235

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

Shades of Medium Orchid #D339EB

Tints of Medium Orchid #D339EB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.33%

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

R = 41.95%
G = 11.33%
B = 46.72%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D339EB (or 0xD339EB) is known color: Medium Orchid. HEX triplet: D3, 39 and EB. RGB value is (211,57,235). Sum of RGB (Red+Green+Blue) = 211+57+235=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 57 (22.66% from 255 or 11.33% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #D339EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D339EB is #2CC614. Grayscale: #7A7A7A. Windows color (decimal): -2934293 or 15415763. OLE color: 15415763.

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

Color convert

RGB 211 57 235 -
CMYK 0.10 0.76 0 0.08
HSL 291.91º 0.82% 0.57% -
HSV(B) 291.91º 0.76% 0.92% -
XYZ 43.32 22.77 80.71 -
YUV 123.34 191.02 190.53 -
System Red Green Blue C M Y K H S L
Decimal 211 57 235 0.10 0.76 0 0.08 291.91 0.82 0.57
Hex D3 39 EB A 4C 0 8 124 52 39
Octal 323 71 353 12 114 0 10 444 122 71
Binary 11010011 111001 11101011 1010 1001100 0 1000 100100100 1010010 111001

Color Harmonies of #D339EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D339EB

Black with #D339EB

Text Example


Text Example

White with #D339EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D339EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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