#D186FD

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

Shades of Heliotrope #D186FD

Tints of Heliotrope #D186FD

Color information

#D186FD (or 0xD186FD) is unknown color: approx Heliotrope. HEX triplet: D1, 86 and FD. RGB value is (209,134,253). Sum of RGB (Red+Green+Blue) = 209+134+253=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 134 (52.73% from 255 or 22.48% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #D186FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D186FD is #2E7902. Grayscale: #A9A9A9. Windows color (decimal): -3045635 or 16615121. OLE color: 16615121.

HSL color Cylindrical-coordinate representation of color #D186FD: hue angle of 277.82º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D186FD is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209134253-
CMYK0.170.4700.01
HSL277.82º96.75%75.88%-
HSV(B)277.82º47.04%99.22%-
XYZ52.5537.797.44-
YUV169.99174.85155.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.07%
GREEN value IS 134 (52.73% from 255) = 22.48%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=35.07%
G=22.48%
B=42.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091342530.170.4700.01277.8296.7575.88
HexD186FD112F01116614c
Octal321206375215701426141114
Binary110100011000011011111101100011011110110001011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D186FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D186FD; }

 p { color: rgb(209,134,253); }

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

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

 a { background-color: rgb(209,134,253); }

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

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

 span { border-color: rgb(209,134,253); }

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