Html Css Color HEX #D046DC Medium Orchid

📋 copy color: '#D046DC'

red 208 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #D046DC

Tints of Medium Orchid #D046DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.06%

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

R = 41.77%
G = 14.06%
B = 44.18%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D046DC (or 0xD046DC) is known color: Medium Orchid. HEX triplet: D0, 46 and DC. RGB value is (208,70,220). Sum of RGB (Red+Green+Blue) = 208+70+220=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 70 (27.73% from 255 or 14.06% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #D046DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046DC is #2FB923. Grayscale: #7F7F7F. Windows color (decimal): -3127588 or 14436048. OLE color: 14436048.

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

Color convert

RGB 208 70 220 -
CMYK 0.05 0.68 0 0.14
HSL 295.2º 0.68% 0.57% -
HSV(B) 295.2º 0.68% 0.86% -
XYZ 41.12 22.96 69.97 -
YUV 128.36 179.72 184.8 -
System Red Green Blue C M Y K H S L
Decimal 208 70 220 0.05 0.68 0 0.14 295.2 0.68 0.57
Hex D0 46 DC 5 44 0 E 127 44 39
Octal 320 106 334 5 104 0 16 447 104 71
Binary 11010000 1000110 11011100 101 1000100 0 1110 100100111 1000100 111001

Color Harmonies of #D046DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D046DC

Black with #D046DC

Text Example


Text Example

White with #D046DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D046DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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