Html Css Color HEX #D564FC Heliotrope

📋 copy color: '#D564FC'

red 213 ◦ green 100 ◦ blue 252

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

Shades of Heliotrope #D564FC

Tints of Heliotrope #D564FC

RGB

 RED value IS 213 (83.59% from 255) = 37.7%

 GREEN value IS 100 (39.45% from 255) = 17.7%

 BLUE value IS 252 (98.83% from 255) = 44.6%

R = 37.7%
G = 17.7%
B = 44.6%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D564FC (or 0xD564FC) is known color: Heliotrope. HEX triplet: D5, 64 and FC. RGB value is (213,100,252). Sum of RGB (Red+Green+Blue) = 213+100+252=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 100 (39.45% from 255 or 17.70% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #D564FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D564FC is #2A9B03. Grayscale: #969696. Windows color (decimal): -2792196 or 16540885. OLE color: 16540885.

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

Color convert

RGB 213 100 252 -
CMYK 0.15 0.60 0 0.01
HSL 284.61º 0.96% 0.69% -
HSV(B) 284.61º 0.6% 0.99% -
XYZ 49.57 30.29 95.33 -
YUV 151.12 184.94 172.14 -
System Red Green Blue C M Y K H S L
Decimal 213 100 252 0.15 0.60 0 0.01 284.61 0.96 0.69
Hex D5 64 FC F 3C 0 1 11D 60 45
Octal 325 144 374 17 74 0 1 435 140 105
Binary 11010101 1100100 11111100 1111 111100 0 1 100011101 1100000 1000101

Color Harmonies of #D564FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564FC

Black with #D564FC

Text Example


Text Example

White with #D564FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564FC; }

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

 H1.HeaderClassName
 {
   color: #D564FC;
 }
 .AnyTagClassName
 {
   color: #D564FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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