Html Css Color HEX #D046EC Medium Orchid

📋 copy color: '#D046EC'

red 208 ◦ green 70 ◦ blue 236

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

Shades of Medium Orchid #D046EC

Tints of Medium Orchid #D046EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 40.47%
G = 13.62%
B = 45.91%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D046EC (or 0xD046EC) is known color: Medium Orchid. HEX triplet: D0, 46 and EC. RGB value is (208,70,236). Sum of RGB (Red+Green+Blue) = 208+70+236=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 70 (27.73% from 255 or 13.62% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #D046EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D046EC is #2FB913. Grayscale: #818181. Windows color (decimal): -3127572 or 15484624. OLE color: 15484624.

HSL color Cylindrical-coordinate representation of color #D046EC: hue angle of 289.88º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D046EC is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 70 236 -
CMYK 0.12 0.70 0 0.07
HSL 289.88º 0.81% 0.6% -
HSV(B) 289.88º 0.7% 0.93% -
XYZ 43.34 23.85 81.68 -
YUV 130.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 208 70 236 0.12 0.70 0 0.07 289.88 0.81 0.6
Hex D0 46 EC C 46 0 7 122 51 3C
Octal 320 106 354 14 106 0 7 442 121 74
Binary 11010000 1000110 11101100 1100 1000110 0 111 100100010 1010001 111100

Color Harmonies of #D046EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D046EC

Black with #D046EC

Text Example


Text Example

White with #D046EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D046EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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