Html Css Color HEX #D564EC Heliotrope

📋 copy color: '#D564EC'

red 213 ◦ green 100 ◦ blue 236

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

Shades of Heliotrope #D564EC

Tints of Heliotrope #D564EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 38.8%
G = 18.21%
B = 42.99%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D564EC (or 0xD564EC) is known color: Heliotrope. HEX triplet: D5, 64 and EC. RGB value is (213,100,236). Sum of RGB (Red+Green+Blue) = 213+100+236=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 100 (39.45% from 255 or 18.21% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #D564EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D564EC is #2A9B13. Grayscale: #949494. Windows color (decimal): -2792212 or 15492309. OLE color: 15492309.

HSL color Cylindrical-coordinate representation of color #D564EC: hue angle of 289.85º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D564EC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 100 236 -
CMYK 0.10 0.58 0 0.07
HSL 289.85º 0.78% 0.66% -
HSV(B) 289.85º 0.58% 0.93% -
XYZ 47.14 29.32 82.53 -
YUV 149.29 176.94 173.44 -
System Red Green Blue C M Y K H S L
Decimal 213 100 236 0.10 0.58 0 0.07 289.85 0.78 0.66
Hex D5 64 EC A 3A 0 7 122 4E 42
Octal 325 144 354 12 72 0 7 442 116 102
Binary 11010101 1100100 11101100 1010 111010 0 111 100100010 1001110 1000010

Color Harmonies of #D564EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564EC

Black with #D564EC

Text Example


Text Example

White with #D564EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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