Html Css Color HEX #D149F7 Medium Orchid

📋 copy color: '#D149F7'

red 209 ◦ green 73 ◦ blue 247

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

Shades of Medium Orchid #D149F7

Tints of Medium Orchid #D149F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46.69%

R = 39.51%
G = 13.8%
B = 46.69%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D149F7 (or 0xD149F7) is known color: Medium Orchid. HEX triplet: D1, 49 and F7. RGB value is (209,73,247). Sum of RGB (Red+Green+Blue) = 209+73+247=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #D149F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D149F7 is #2EB608. Grayscale: #848484. Windows color (decimal): -3061257 or 16206289. OLE color: 16206289.

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

Color convert

RGB 209 73 247 -
CMYK 0.15 0.70 0 0.03
HSL 286.9º 0.92% 0.63% -
HSV(B) 286.9º 0.7% 0.97% -
XYZ 45.47 25.04 90.43 -
YUV 133.5 192.06 181.85 -
System Red Green Blue C M Y K H S L
Decimal 209 73 247 0.15 0.70 0 0.03 286.9 0.92 0.63
Hex D1 49 F7 F 46 0 3 11F 5C 3F
Octal 321 111 367 17 106 0 3 437 134 77
Binary 11010001 1001001 11110111 1111 1000110 0 11 100011111 1011100 111111

Color Harmonies of #D149F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149F7

Black with #D149F7

Text Example


Text Example

White with #D149F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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