Html Css Color HEX #D564FD Heliotrope

📋 copy color: '#D564FD'

red 213 ◦ green 100 ◦ blue 253

#D564FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D564FD

Tints of Heliotrope #D564FD

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.7%

R = 37.63%
G = 17.67%
B = 44.7%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D564FD (or 0xD564FD) is known color: 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

RGB 213 100 253 -
CMYK 0.16 0.60 0 0.01
HSL 284.31º 0.97% 0.69% -
HSV(B) 284.31º 0.6% 0.99% -
XYZ 49.73 30.35 96.17 -
YUV 151.23 185.44 172.06 -
System Red Green Blue C M Y K H S L
Decimal 213 100 253 0.16 0.60 0 0.01 284.31 0.97 0.69
Hex D5 64 FD 10 3C 0 1 11C 61 45
Octal 325 144 375 20 74 0 1 434 141 105
Binary 11010101 1100100 11111101 10000 111100 0 1 100011100 1100001 1000101

Color Harmonies of #D564FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564FD

Black with #D564FD

Text Example


Text Example

White with #D564FD

Text Example


Text Example

HTML Codes & Css Web 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>