Html Css Color HEX #D039DC Medium Orchid

📋 copy color: '#D039DC'

red 208 ◦ green 57 ◦ blue 220

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

Shades of Medium Orchid #D039DC

Tints of Medium Orchid #D039DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 42.89%
G = 11.75%
B = 45.36%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D039DC (or 0xD039DC) is known color: Medium Orchid. HEX triplet: D0, 39 and DC. RGB value is (208,57,220). Sum of RGB (Red+Green+Blue) = 208+57+220=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 57 (22.66% from 255 or 11.75% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #D039DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D039DC is #2FC623. Grayscale: #787878. Windows color (decimal): -3130916 or 14432720. OLE color: 14432720.

HSL color Cylindrical-coordinate representation of color #D039DC: hue angle of 295.58º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D039DC is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 57 220 -
CMYK 0.05 0.74 0 0.14
HSL 295.58º 0.7% 0.54% -
HSV(B) 295.58º 0.74% 0.86% -
XYZ 40.39 21.5 69.73 -
YUV 120.73 184.03 190.25 -
System Red Green Blue C M Y K H S L
Decimal 208 57 220 0.05 0.74 0 0.14 295.58 0.7 0.54
Hex D0 39 DC 5 4A 0 E 128 46 36
Octal 320 71 334 5 112 0 16 450 106 66
Binary 11010000 111001 11011100 101 1001010 0 1110 100101000 1000110 110110

Color Harmonies of #D039DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D039DC

Black with #D039DC

Text Example


Text Example

White with #D039DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D039DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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