#d764ff

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

Shades of Heliotrope #D764FF

Tints of Heliotrope #D764FF

Color information

#D764FF (or 0xD764FF) is unknown color: approx Heliotrope. HEX triplet: D7, 64 and FF. RGB value is (215,100,255). Sum of RGB (Red+Green+Blue) = 215+100+255=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 100 (39.45% from 255 or 17.54% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #D764FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D764FF is #289B00. Grayscale: #979797. Windows color (decimal): -2661121 or 16737495. OLE color: 16737495.

HSL color Cylindrical-coordinate representation of color #D764FF: hue angle of 284.52º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D764FF is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB215100255-
CMYK0.160.6100
HSL284.52º100%69.61%-
HSV(B)284.52º60.78%100%-
XYZ50.6330.7897.88-
YUV152.05186.1172.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.72%
GREEN value IS 100 (39.45% from 255) = 17.54%
BLUE value IS 255 (100% from 255) = 44.74%
R=37.72%
G=17.54%
B=44.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2151002550.160.6100284.5210069.61
HexD764FF103D0011d6446
Octal327144377207500435144106
Binary11010111110010011111111100001111010010001110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d764ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d764ff; }

 p { color: rgb(215,100,255); }

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

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

 a { background-color: rgb(215,100,255); }

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

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

 span { border-color: rgb(215,100,255); }

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