#D18AF1

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

Shades of Heliotrope #D18AF1

Tints of Heliotrope #D18AF1

Color information

#D18AF1 (or 0xD18AF1) is unknown color: approx Heliotrope. HEX triplet: D1, 8A and F1. RGB value is (209,138,241). Sum of RGB (Red+Green+Blue) = 209+138+241=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #D18AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18AF1 is #2E750E. Grayscale: #AAAAAA. Windows color (decimal): -3044623 or 15829713. OLE color: 15829713.

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

Color convert

RGB209138241-
CMYK0.130.4300.05
HSL281.36º78.63%74.31%-
HSV(B)281.36º42.74%94.51%-
XYZ51.2638.0887.87-
YUV170.97167.52155.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.54%
GREEN value IS 138 (54.30% from 255) = 23.47%
BLUE value IS 241 (94.53% from 255) = 40.99%
R=35.54%
G=23.47%
B=40.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2091382410.130.4300.05281.3678.6374.31
HexD18AF1D2B051194f4a
Octal321212361155305431117112
Binary1101000110001010111100011101101011010110001100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18AF1; }

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

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

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

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

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

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

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

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