Html Css Color HEX #D149F6 Medium Orchid

📋 copy color: '#D149F6'

red 209 ◦ green 73 ◦ blue 246

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

Shades of Medium Orchid #D149F6

Tints of Medium Orchid #D149F6

RGB

 RED value IS 209 (82.03% from 255) = 39.58%

 GREEN value IS 73 (28.91% from 255) = 13.83%

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

R = 39.58%
G = 13.83%
B = 46.59%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D149F6 (or 0xD149F6) is known color: Medium Orchid. HEX triplet: D1, 49 and F6. RGB value is (209,73,246). Sum of RGB (Red+Green+Blue) = 209+73+246=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #D149F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D149F6 is #2EB609. Grayscale: #848484. Windows color (decimal): -3061258 or 16140753. OLE color: 16140753.

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

Color convert

RGB 209 73 246 -
CMYK 0.15 0.70 0 0.04
HSL 287.17º 0.91% 0.63% -
HSV(B) 287.17º 0.7% 0.96% -
XYZ 45.31 24.97 89.62 -
YUV 133.39 191.56 181.93 -
System Red Green Blue C M Y K H S L
Decimal 209 73 246 0.15 0.70 0 0.04 287.17 0.91 0.63
Hex D1 49 F6 F 46 0 4 11F 5B 3F
Octal 321 111 366 17 106 0 4 437 133 77
Binary 11010001 1001001 11110110 1111 1000110 0 100 100011111 1011011 111111

Color Harmonies of #D149F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149F6

Black with #D149F6

Text Example


Text Example

White with #D149F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149F6; }

 p { color: rgb(209,73,246); }

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

background-color css

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

 a { background-color: rgb(209,73,246); }

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

border-color css

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

 span { border-color: rgb(209,73,246); }

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