Html Css Color HEX #D864EC Heliotrope

📋 copy color: '#D864EC'

red 216 ◦ green 100 ◦ blue 236

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

Shades of Heliotrope #D864EC

Tints of Heliotrope #D864EC

RGB

 RED value IS 216 (84.77% from 255) = 39.13%

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

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

R = 39.13%
G = 18.12%
B = 42.75%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D864EC (or 0xD864EC) is known color: Heliotrope. HEX triplet: D8, 64 and EC. RGB value is (216,100,236). Sum of RGB (Red+Green+Blue) = 216+100+236=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #D864EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D864EC is #279B13. Grayscale: #959595. Windows color (decimal): -2595604 or 15492312. OLE color: 15492312.

HSL color Cylindrical-coordinate representation of color #D864EC: hue angle of 291.18º 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 #D864EC is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 100 236 -
CMYK 0.08 0.58 0 0.07
HSL 291.18º 0.78% 0.66% -
HSV(B) 291.18º 0.58% 0.93% -
XYZ 48.02 29.77 82.57 -
YUV 150.19 176.43 174.94 -
System Red Green Blue C M Y K H S L
Decimal 216 100 236 0.08 0.58 0 0.07 291.18 0.78 0.66
Hex D8 64 EC 8 3A 0 7 123 4E 42
Octal 330 144 354 10 72 0 7 443 116 102
Binary 11011000 1100100 11101100 1000 111010 0 111 100100011 1001110 1000010

Color Harmonies of #D864EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D864EC

Black with #D864EC

Text Example


Text Example

White with #D864EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D864EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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