Html Css Color HEX #D039E1 Medium Orchid

📋 copy color: '#D039E1'

red 208 ◦ green 57 ◦ blue 225

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

Shades of Medium Orchid #D039E1

Tints of Medium Orchid #D039E1

RGB

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

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

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

R = 42.45%
G = 11.63%
B = 45.92%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D039E1 (or 0xD039E1) is known color: Medium Orchid. HEX triplet: D0, 39 and E1. RGB value is (208,57,225). Sum of RGB (Red+Green+Blue) = 208+57+225=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 57 (22.66% from 255 or 11.63% 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 #D039E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D039E1 is #2FC61E. Grayscale: #787878. Windows color (decimal): -3130911 or 14760400. OLE color: 14760400.

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

Color convert

RGB 208 57 225 -
CMYK 0.08 0.75 0 0.12
HSL 293.93º 0.74% 0.55% -
HSV(B) 293.93º 0.75% 0.88% -
XYZ 41.07 21.77 73.27 -
YUV 121.3 186.53 189.84 -
System Red Green Blue C M Y K H S L
Decimal 208 57 225 0.08 0.75 0 0.12 293.93 0.74 0.55
Hex D0 39 E1 8 4B 0 C 126 4A 37
Octal 320 71 341 10 113 0 14 446 112 67
Binary 11010000 111001 11100001 1000 1001011 0 1100 100100110 1001010 110111

Color Harmonies of #D039E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D039E1

Black with #D039E1

Text Example


Text Example

White with #D039E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D039E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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