#D141F9

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

Shades of Medium Orchid #D141F9

Tints of Medium Orchid #D141F9

Color information

#D141F9 (or 0xD141F9) is unknown color: approx Medium Orchid. HEX triplet: D1, 41 and F9. RGB value is (209,65,249). Sum of RGB (Red+Green+Blue) = 209+65+249=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 65 (25.78% from 255 or 12.43% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #D141F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D141F9 is #2EBE06. Grayscale: #808080. Windows color (decimal): -3063303 or 16335313. OLE color: 16335313.

HSL color Cylindrical-coordinate representation of color #D141F9: hue angle of 286.96º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D141F9 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20965249-
CMYK0.160.7400.02
HSL286.96º93.88%61.57%-
HSV(B)286.96º73.9%97.65%-
XYZ45.2824.1891.9-
YUV129.03195.71185.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.96%
GREEN value IS 65 (25.78% from 255) = 12.43%
BLUE value IS 249 (97.66% from 255) = 47.61%
R=39.96%
G=12.43%
B=47.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal209652490.160.7400.02286.9693.8861.57
HexD141F9104A0211f5e3e
Octal321101371201120243713676
Binary110100011000001111110011000010010100101000111111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D141F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D141F9; }

 p { color: rgb(209,65,249); }

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

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

 a { background-color: rgb(209,65,249); }

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

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

 span { border-color: rgb(209,65,249); }

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