#D18BFD

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

Shades of Heliotrope #D18BFD

Tints of Heliotrope #D18BFD

Color information

#D18BFD (or 0xD18BFD) is unknown color: approx Heliotrope. HEX triplet: D1, 8B and FD. RGB value is (209,139,253). Sum of RGB (Red+Green+Blue) = 209+139+253=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #D18BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18BFD is #2E7402. Grayscale: #ACACAC. Windows color (decimal): -3044355 or 16616401. OLE color: 16616401.

HSL color Cylindrical-coordinate representation of color #D18BFD: hue angle of 276.84º 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 #D18BFD is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209139253-
CMYK0.170.4500.01
HSL276.84º96.61%76.86%-
HSV(B)276.84º45.06%99.22%-
XYZ53.2639.1197.67-
YUV172.93173.19153.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.78%
GREEN value IS 139 (54.69% from 255) = 23.13%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=34.78%
G=23.13%
B=42.10%

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
Decimal2091392530.170.4500.01276.8496.6176.86
HexD18BFD112D01115614d
Octal321213375215501425141115
Binary110100011000101111111101100011011010110001010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18BFD; }

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

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

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

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

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

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

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

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