Html Css Color HEX #D860EF Heliotrope

📋 copy color: '#D860EF'

red 216 ◦ green 96 ◦ blue 239

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

Shades of Heliotrope #D860EF

Tints of Heliotrope #D860EF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.42%

 BLUE value IS 239 (93.75% from 255) = 43.38%

R = 39.2%
G = 17.42%
B = 43.38%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D860EF (or 0xD860EF) is known color: Heliotrope. HEX triplet: D8, 60 and EF. RGB value is (216,96,239). Sum of RGB (Red+Green+Blue) = 216+96+239=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #D860EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D860EF is #279F10. Grayscale: #939393. Windows color (decimal): -2596625 or 15687896. OLE color: 15687896.

HSL color Cylindrical-coordinate representation of color #D860EF: hue angle of 290.35º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D860EF is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 96 239 -
CMYK 0.10 0.60 0 0.06
HSL 290.35º 0.82% 0.66% -
HSV(B) 290.35º 0.6% 0.94% -
XYZ 48.08 29.2 84.76 -
YUV 148.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 216 96 239 0.10 0.60 0 0.06 290.35 0.82 0.66
Hex D8 60 EF A 3C 0 6 122 52 42
Octal 330 140 357 12 74 0 6 442 122 102
Binary 11011000 1100000 11101111 1010 111100 0 110 100100010 1010010 1000010

Color Harmonies of #D860EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D860EF

Black with #D860EF

Text Example


Text Example

White with #D860EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D860EF; }

 p { color: rgb(216,96,239); }

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

background-color css

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

 a { background-color: rgb(216,96,239); }

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

border-color css

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

 span { border-color: rgb(216,96,239); }

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