#D76BFE

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

Shades of Heliotrope #D76BFE

Tints of Heliotrope #D76BFE

Color information

#D76BFE (or 0xD76BFE) is unknown color: approx Heliotrope. HEX triplet: D7, 6B and FE. RGB value is (215,107,254). Sum of RGB (Red+Green+Blue) = 215+107+254=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 107 (42.19% from 255 or 18.58% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #D76BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76BFE is #289401. Grayscale: #9B9B9B. Windows color (decimal): -2659330 or 16673751. OLE color: 16673751.

HSL color Cylindrical-coordinate representation of color #D76BFE: hue angle of 284.08º 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 #D76BFE is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB215107254-
CMYK0.150.5800.00
HSL284.08º98.66%70.78%-
HSV(B)284.08º57.87%99.61%-
XYZ51.1732.1297.27-
YUV156.05183.28170.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.33%
GREEN value IS 107 (42.19% from 255) = 18.58%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=37.33%
G=18.58%
B=44.10%

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
Decimal2151072540.150.5800.00284.0898.6670.78
HexD76BFEF3A0011c6347
Octal327153376177200434143107
Binary1101011111010111111111011111110100010001110011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76BFE; }

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

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

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

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

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

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

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

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