#D96BFE

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

Shades of Heliotrope #D96BFE

Tints of Heliotrope #D96BFE

Color information

#D96BFE (or 0xD96BFE) is unknown color: approx Heliotrope. HEX triplet: D9, 6B and FE. RGB value is (217,107,254). Sum of RGB (Red+Green+Blue) = 217+107+254=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 107 (42.19% from 255 or 18.51% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #D96BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96BFE is #269401. Grayscale: #9C9C9C. Windows color (decimal): -2528258 or 16673753. OLE color: 16673753.

HSL color Cylindrical-coordinate representation of color #D96BFE: hue angle of 284.9º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D96BFE is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB217107254-
CMYK0.150.5800.00
HSL284.9º98.66%70.78%-
HSV(B)284.9º57.87%99.61%-
XYZ51.7632.4297.3-
YUV156.65182.94171.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.54%
GREEN value IS 107 (42.19% from 255) = 18.51%
BLUE value IS 254 (99.61% from 255) = 43.94%
R=37.54%
G=18.51%
B=43.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2171072540.150.5800.00284.998.6670.78
HexD96BFEF3A0011d6347
Octal331153376177200435143107
Binary1101100111010111111111011111110100010001110111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96BFE; }

 p { color: rgb(217,107,254); }

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

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

 a { background-color: rgb(217,107,254); }

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

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

 span { border-color: rgb(217,107,254); }

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