#D96BFC

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

Shades of Heliotrope #D96BFC

Tints of Heliotrope #D96BFC

Color information

#D96BFC (or 0xD96BFC) is unknown color: approx Heliotrope. HEX triplet: D9, 6B and FC. RGB value is (217,107,252). Sum of RGB (Red+Green+Blue) = 217+107+252=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 107 (42.19% from 255 or 18.58% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #D96BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96BFC is #269403. Grayscale: #9B9B9B. Windows color (decimal): -2528260 or 16542681. OLE color: 16542681.

HSL color Cylindrical-coordinate representation of color #D96BFC: hue angle of 285.52º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D96BFC is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217107252-
CMYK0.140.5800.01
HSL285.52º96.03%70.39%-
HSV(B)285.52º57.54%98.82%-
XYZ51.4432.395.62-
YUV156.42181.94171.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.67%
GREEN value IS 107 (42.19% from 255) = 18.58%
BLUE value IS 252 (98.83% from 255) = 43.75%
R=37.67%
G=18.58%
B=43.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171072520.140.5800.01285.5296.0370.39
HexD96BFCE3A0111e6046
Octal331153374167201436140106
Binary1101100111010111111110011101110100110001111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96BFC; }

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

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

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

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

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

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

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

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