Html Css Color HEX #D039EB Medium Orchid

📋 copy color: '#D039EB'

red 208 ◦ green 57 ◦ blue 235

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

Shades of Medium Orchid #D039EB

Tints of Medium Orchid #D039EB

RGB

 RED value IS 208 (81.64% from 255) = 41.6%

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

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

R = 41.6%
G = 11.4%
B = 47%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D039EB (or 0xD039EB) is known color: Medium Orchid. HEX triplet: D0, 39 and EB. RGB value is (208,57,235). Sum of RGB (Red+Green+Blue) = 208+57+235=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 57 (22.66% from 255 or 11.4% 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 #D039EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D039EB is #2FC614. Grayscale: #797979. Windows color (decimal): -3130901 or 15415760. OLE color: 15415760.

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

Color convert

RGB 208 57 235 -
CMYK 0.11 0.76 0 0.08
HSL 290.9º 0.82% 0.57% -
HSV(B) 290.9º 0.76% 0.92% -
XYZ 42.47 22.33 80.67 -
YUV 122.44 191.53 189.03 -
System Red Green Blue C M Y K H S L
Decimal 208 57 235 0.11 0.76 0 0.08 290.9 0.82 0.57
Hex D0 39 EB B 4C 0 8 123 52 39
Octal 320 71 353 13 114 0 10 443 122 71
Binary 11010000 111001 11101011 1011 1001100 0 1000 100100011 1010010 111001

Color Harmonies of #D039EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D039EB

Black with #D039EB

Text Example


Text Example

White with #D039EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D039EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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