Html Css Color HEX #D048F6 Medium Orchid

📋 copy color: '#D048F6'

red 208 ◦ green 72 ◦ blue 246

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

Shades of Medium Orchid #D048F6

Tints of Medium Orchid #D048F6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.69%

 BLUE value IS 246 (96.48% from 255) = 46.77%

R = 39.54%
G = 13.69%
B = 46.77%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D048F6 (or 0xD048F6) is known color: Medium Orchid. HEX triplet: D0, 48 and F6. RGB value is (208,72,246). Sum of RGB (Red+Green+Blue) = 208+72+246=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 72 (28.52% from 255 or 13.69% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #D048F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D048F6 is #2FB709. Grayscale: #838383. Windows color (decimal): -3127050 or 16140496. OLE color: 16140496.

HSL color Cylindrical-coordinate representation of color #D048F6: hue angle of 286.9º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D048F6 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 72 246 -
CMYK 0.15 0.71 0 0.04
HSL 286.9º 0.91% 0.62% -
HSV(B) 286.9º 0.71% 0.96% -
XYZ 44.96 24.7 89.59 -
YUV 132.5 192.06 181.85 -
System Red Green Blue C M Y K H S L
Decimal 208 72 246 0.15 0.71 0 0.04 286.9 0.91 0.62
Hex D0 48 F6 F 47 0 4 11F 5B 3E
Octal 320 110 366 17 107 0 4 437 133 76
Binary 11010000 1001000 11110110 1111 1000111 0 100 100011111 1011011 111110

Color Harmonies of #D048F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048F6

Black with #D048F6

Text Example


Text Example

White with #D048F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048F6; }

 p { color: rgb(208,72,246); }

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

background-color css

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

 a { background-color: rgb(208,72,246); }

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

border-color css

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

 span { border-color: rgb(208,72,246); }

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