#D640FF

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

Shades of Heliotrope #D640FF

Tints of Heliotrope #D640FF

Color information

#D640FF (or 0xD640FF) is unknown color: approx Heliotrope. HEX triplet: D6, 40 and FF. RGB value is (214,64,255). Sum of RGB (Red+Green+Blue) = 214+64+255=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 64 (25.39% from 255 or 12.01% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #D640FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D640FF is #29BF00. Grayscale: #828282. Windows color (decimal): -2735873 or 16728278. OLE color: 16728278.

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

Color convert

RGB21464255-
CMYK0.160.7500
HSL287.12º100%62.55%-
HSV(B)287.12º74.9%100%-
XYZ47.6125.1896.96-
YUV130.62198.2187.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 64 (25.39% from 255) = 12.01%
BLUE value IS 255 (100% from 255) = 47.84%
R=40.15%
G=12.01%
B=47.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal214642550.160.7500287.1210062.55
HexD640FF104B0011f643f
Octal326100377201130043714477
Binary11010110100000011111111100001001011001000111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D640FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D640FF; }

 p { color: rgb(214,64,255); }

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

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

 a { background-color: rgb(214,64,255); }

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

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

 span { border-color: rgb(214,64,255); }

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