Html Css Color HEX #D046EA Medium Orchid

📋 copy color: '#D046EA'

red 208 ◦ green 70 ◦ blue 234

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

Shades of Medium Orchid #D046EA

Tints of Medium Orchid #D046EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 40.63%
G = 13.67%
B = 45.7%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D046EA (or 0xD046EA) is known color: Medium Orchid. HEX triplet: D0, 46 and EA. RGB value is (208,70,234). Sum of RGB (Red+Green+Blue) = 208+70+234=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #D046EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D046EA is #2FB915. Grayscale: #818181. Windows color (decimal): -3127574 or 15353552. OLE color: 15353552.

HSL color Cylindrical-coordinate representation of color #D046EA: hue angle of 290.49º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D046EA is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 70 234 -
CMYK 0.11 0.70 0 0.08
HSL 290.49º 0.8% 0.6% -
HSV(B) 290.49º 0.7% 0.92% -
XYZ 43.05 23.73 80.15 -
YUV 129.96 186.72 183.66 -
System Red Green Blue C M Y K H S L
Decimal 208 70 234 0.11 0.70 0 0.08 290.49 0.8 0.6
Hex D0 46 EA B 46 0 8 122 50 3C
Octal 320 106 352 13 106 0 10 442 120 74
Binary 11010000 1000110 11101010 1011 1000110 0 1000 100100010 1010000 111100

Color Harmonies of #D046EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D046EA

Black with #D046EA

Text Example


Text Example

White with #D046EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D046EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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