Html Css Color HEX #D147F1 Medium Orchid

📋 copy color: '#D147F1'

red 209 ◦ green 71 ◦ blue 241

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

Shades of Medium Orchid #D147F1

Tints of Medium Orchid #D147F1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.63%

 BLUE value IS 241 (94.53% from 255) = 46.26%

R = 40.12%
G = 13.63%
B = 46.26%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D147F1 (or 0xD147F1) is known color: Medium Orchid. HEX triplet: D1, 47 and F1. RGB value is (209,71,241). Sum of RGB (Red+Green+Blue) = 209+71+241=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 71 (28.12% from 255 or 13.63% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #D147F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D147F1 is #2EB80E. Grayscale: #838383. Windows color (decimal): -3061775 or 15812561. OLE color: 15812561.

HSL color Cylindrical-coordinate representation of color #D147F1: hue angle of 288.71º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D147F1 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 71 241 -
CMYK 0.13 0.71 0 0.05
HSL 288.71º 0.86% 0.61% -
HSV(B) 288.71º 0.71% 0.95% -
XYZ 44.42 24.41 85.59 -
YUV 131.64 189.72 183.18 -
System Red Green Blue C M Y K H S L
Decimal 209 71 241 0.13 0.71 0 0.05 288.71 0.86 0.61
Hex D1 47 F1 D 47 0 5 121 56 3D
Octal 321 107 361 15 107 0 5 441 126 75
Binary 11010001 1000111 11110001 1101 1000111 0 101 100100001 1010110 111101

Color Harmonies of #D147F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D147F1

Black with #D147F1

Text Example


Text Example

White with #D147F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D147F1; }

 p { color: rgb(209,71,241); }

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

background-color css

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

 a { background-color: rgb(209,71,241); }

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

border-color css

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

 span { border-color: rgb(209,71,241); }

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