#D18AFD

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

Shades of Heliotrope #D18AFD

Tints of Heliotrope #D18AFD

Color information

#D18AFD (or 0xD18AFD) is unknown color: approx Heliotrope. HEX triplet: D1, 8A and FD. RGB value is (209,138,253). Sum of RGB (Red+Green+Blue) = 209+138+253=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #D18AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18AFD is #2E7502. Grayscale: #ABABAB. Windows color (decimal): -3044611 or 16616145. OLE color: 16616145.

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

Color convert

RGB209138253-
CMYK0.170.4500.01
HSL277.04º96.64%76.67%-
HSV(B)277.04º45.45%99.22%-
XYZ53.1138.8297.62-
YUV172.34173.52154.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.83%
GREEN value IS 138 (54.30% from 255) = 23%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=34.83%
G=23%
B=42.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091382530.170.4500.01277.0496.6476.67
HexD18AFD112D01115614d
Octal321212375215501425141115
Binary110100011000101011111101100011011010110001010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18AFD; }

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

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

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

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

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

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

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

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