Html Css Color HEX #D860EE Heliotrope

📋 copy color: '#D860EE'

red 216 ◦ green 96 ◦ blue 238

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

Shades of Heliotrope #D860EE

Tints of Heliotrope #D860EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.27%

R = 39.27%
G = 17.45%
B = 43.27%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D860EE (or 0xD860EE) is known color: Heliotrope. HEX triplet: D8, 60 and EE. RGB value is (216,96,238). Sum of RGB (Red+Green+Blue) = 216+96+238=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #D860EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D860EE is #279F11. Grayscale: #939393. Windows color (decimal): -2596626 or 15622360. OLE color: 15622360.

HSL color Cylindrical-coordinate representation of color #D860EE: hue angle of 290.7º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D860EE is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 96 238 -
CMYK 0.09 0.60 0 0.07
HSL 290.7º 0.81% 0.65% -
HSV(B) 290.7º 0.6% 0.93% -
XYZ 47.93 29.14 83.99 -
YUV 148.07 178.76 176.45 -
System Red Green Blue C M Y K H S L
Decimal 216 96 238 0.09 0.60 0 0.07 290.7 0.81 0.65
Hex D8 60 EE 9 3C 0 7 123 51 41
Octal 330 140 356 11 74 0 7 443 121 101
Binary 11011000 1100000 11101110 1001 111100 0 111 100100011 1010001 1000001

Color Harmonies of #D860EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D860EE

Black with #D860EE

Text Example


Text Example

White with #D860EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D860EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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