#D764FD

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

Shades of Heliotrope #D764FD

Tints of Heliotrope #D764FD

Color information

#D764FD (or 0xD764FD) is unknown color: approx Heliotrope. HEX triplet: D7, 64 and FD. RGB value is (215,100,253). Sum of RGB (Red+Green+Blue) = 215+100+253=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 100 (39.45% from 255 or 17.61% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #D764FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D764FD is #289B02. Grayscale: #979797. Windows color (decimal): -2661123 or 16606423. OLE color: 16606423.

HSL color Cylindrical-coordinate representation of color #D764FD: hue angle of 285.1º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D764FD is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB215100253-
CMYK0.150.6000.01
HSL285.1º97.45%69.22%-
HSV(B)285.1º60.47%99.22%-
XYZ50.3130.6596.19-
YUV151.83185.1173.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.85%
GREEN value IS 100 (39.45% from 255) = 17.61%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=37.85%
G=17.61%
B=44.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151002530.150.6000.01285.197.4569.22
HexD764FDF3C0111d6145
Octal327144375177401435141105
Binary1101011111001001111110111111111000110001110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D764FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D764FD; }

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

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

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

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

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

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

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

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