#D96BFB

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

Shades of Heliotrope #D96BFB

Tints of Heliotrope #D96BFB

Color information

#D96BFB (or 0xD96BFB) is unknown color: approx Heliotrope. HEX triplet: D9, 6B and FB. RGB value is (217,107,251). Sum of RGB (Red+Green+Blue) = 217+107+251=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 107 (42.19% from 255 or 18.61% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #D96BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96BFB is #269404. Grayscale: #9B9B9B. Windows color (decimal): -2528261 or 16477145. OLE color: 16477145.

HSL color Cylindrical-coordinate representation of color #D96BFB: hue angle of 285.83º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D96BFB is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217107251-
CMYK0.140.5700.02
HSL285.83º94.74%70.2%-
HSV(B)285.83º57.37%98.43%-
XYZ51.2932.2394.79-
YUV156.31181.44171.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 107 (42.19% from 255) = 18.61%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=37.74%
G=18.61%
B=43.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171072510.140.5700.02285.8394.7470.2
HexD96BFBE390211e5f46
Octal331153373167102436137106
Binary11011001110101111111011111011100101010001111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96BFB; }

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

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

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

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

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

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

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

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