Html Css Color HEX #D046F8 Medium Orchid

📋 copy color: '#D046F8'

red 208 ◦ green 70 ◦ blue 248

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

Shades of Medium Orchid #D046F8

Tints of Medium Orchid #D046F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.15%

R = 39.54%
G = 13.31%
B = 47.15%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D046F8 (or 0xD046F8) is known color: Medium Orchid. HEX triplet: D0, 46 and F8. RGB value is (208,70,248). Sum of RGB (Red+Green+Blue) = 208+70+248=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 70 (27.73% from 255 or 13.31% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #D046F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D046F8 is #2FB907. Grayscale: #828282. Windows color (decimal): -3127560 or 16271056. OLE color: 16271056.

HSL color Cylindrical-coordinate representation of color #D046F8: hue angle of 286.52º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D046F8 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 70 248 -
CMYK 0.16 0.72 0 0.03
HSL 286.52º 0.93% 0.62% -
HSV(B) 286.52º 0.72% 0.97% -
XYZ 45.15 24.57 91.17 -
YUV 131.55 193.72 182.53 -
System Red Green Blue C M Y K H S L
Decimal 208 70 248 0.16 0.72 0 0.03 286.52 0.93 0.62
Hex D0 46 F8 10 48 0 3 11F 5D 3E
Octal 320 106 370 20 110 0 3 437 135 76
Binary 11010000 1000110 11111000 10000 1001000 0 11 100011111 1011101 111110

Color Harmonies of #D046F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D046F8

Black with #D046F8

Text Example


Text Example

White with #D046F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D046F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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