#D141F6

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

Shades of Medium Orchid #D141F6

Tints of Medium Orchid #D141F6

Color information

#D141F6 (or 0xD141F6) is unknown color: approx Medium Orchid. HEX triplet: D1, 41 and F6. RGB value is (209,65,246). Sum of RGB (Red+Green+Blue) = 209+65+246=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #D141F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D141F6 is #2EBE09. Grayscale: #808080. Windows color (decimal): -3063306 or 16138705. OLE color: 16138705.

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

Color convert

RGB20965246-
CMYK0.150.7400.04
HSL287.73º90.95%60.98%-
HSV(B)287.73º73.58%96.47%-
XYZ44.8223.9989.46-
YUV128.69194.21185.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 65 (25.78% from 255) = 12.5%
BLUE value IS 246 (96.48% from 255) = 47.31%
R=40.19%
G=12.5%
B=47.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal209652460.150.7400.04287.7390.9560.98
HexD141F6F4A041205b3d
Octal321101366171120444013375
Binary110100011000001111101101111100101001001001000001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D141F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D141F6; }

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

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

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

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

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

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

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

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