#D564FD

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

Shades of Heliotrope #D564FD

Tints of Heliotrope #D564FD

Color information

#D564FD (or 0xD564FD) is unknown color: approx Heliotrope. HEX triplet: D5, 64 and FD. RGB value is (213,100,253). Sum of RGB (Red+Green+Blue) = 213+100+253=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 100 (39.45% from 255 or 17.67% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #D564FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D564FD is #2A9B02. Grayscale: #969696. Windows color (decimal): -2792195 or 16606421. OLE color: 16606421.

HSL color Cylindrical-coordinate representation of color #D564FD: hue angle of 284.31º 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 #D564FD is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213100253-
CMYK0.160.6000.01
HSL284.31º97.45%69.22%-
HSV(B)284.31º60.47%99.22%-
XYZ49.7330.3596.17-
YUV151.23185.44172.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.63%
GREEN value IS 100 (39.45% from 255) = 17.67%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=37.63%
G=17.67%
B=44.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131002530.160.6000.01284.3197.4569.22
HexD564FD103C0111c6145
Octal325144375207401434141105
Binary11010101110010011111101100001111000110001110011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D564FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D564FD; }

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

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

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

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

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

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

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

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