Html Css Color HEX #D046E8 Medium Orchid

📋 copy color: '#D046E8'

red 208 ◦ green 70 ◦ blue 232

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

Shades of Medium Orchid #D046E8

Tints of Medium Orchid #D046E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.49%

R = 40.78%
G = 13.73%
B = 45.49%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D046E8 (or 0xD046E8) is known color: Medium Orchid. HEX triplet: D0, 46 and E8. RGB value is (208,70,232). Sum of RGB (Red+Green+Blue) = 208+70+232=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 70 (27.73% from 255 or 13.73% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #D046E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D046E8 is #2FB917. Grayscale: #818181. Windows color (decimal): -3127576 or 15222480. OLE color: 15222480.

HSL color Cylindrical-coordinate representation of color #D046E8: hue angle of 291.11º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D046E8 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 70 232 -
CMYK 0.10 0.70 0 0.09
HSL 291.11º 0.78% 0.59% -
HSV(B) 291.11º 0.7% 0.91% -
XYZ 42.77 23.62 78.65 -
YUV 129.73 185.72 183.83 -
System Red Green Blue C M Y K H S L
Decimal 208 70 232 0.10 0.70 0 0.09 291.11 0.78 0.59
Hex D0 46 E8 A 46 0 9 123 4E 3B
Octal 320 106 350 12 106 0 11 443 116 73
Binary 11010000 1000110 11101000 1010 1000110 0 1001 100100011 1001110 111011

Color Harmonies of #D046E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D046E8

Black with #D046E8

Text Example


Text Example

White with #D046E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D046E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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