#D151F1

Color #D151F1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #D151F1

Tints of Medium Orchid #D151F1

Color information

#D151F1 (or 0xD151F1) is unknown color: approx Medium Orchid. HEX triplet: D1, 51 and F1. RGB value is (209,81,241). Sum of RGB (Red+Green+Blue) = 209+81+241=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 81 (32.03% from 255 or 15.25% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #D151F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D151F1 is #2EAE0E. Grayscale: #898989. Windows color (decimal): -3059215 or 15815121. OLE color: 15815121.

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

Color convert

RGB20981241-
CMYK0.130.6600.05
HSL288º85.11%63.14%-
HSV(B)288º66.39%94.51%-
XYZ45.1125.7985.82-
YUV137.51186.41178.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.36%
GREEN value IS 81 (32.03% from 255) = 15.25%
BLUE value IS 241 (94.53% from 255) = 45.39%
R=39.36%
G=15.25%
B=45.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209812410.130.6600.0528885.1163.14
HexD151F1D4205120553f
Octal321121361151020544012577
Binary110100011010001111100011101100001001011001000001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D151F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D151F1; }

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

 H1.HeaderClassName
 {
   color: #D151F1;
 }
 .AnyTagClassName
 {
   color: #D151F1;
 }
</style>
background-color css

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

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

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

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

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

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