Html Css Color HEX #D86AF1 Heliotrope

📋 copy color: '#D86AF1'

red 216 ◦ green 106 ◦ blue 241

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

Shades of Heliotrope #D86AF1

Tints of Heliotrope #D86AF1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.83%

 BLUE value IS 241 (94.53% from 255) = 42.81%

R = 38.37%
G = 18.83%
B = 42.81%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D86AF1 (or 0xD86AF1) is known color: Heliotrope. HEX triplet: D8, 6A and F1. RGB value is (216,106,241). Sum of RGB (Red+Green+Blue) = 216+106+241=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #D86AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86AF1 is #27950E. Grayscale: #999999. Windows color (decimal): -2594063 or 15821528. OLE color: 15821528.

HSL color Cylindrical-coordinate representation of color #D86AF1: hue angle of 288.89º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D86AF1 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 106 241 -
CMYK 0.10 0.56 0 0.05
HSL 288.89º 0.83% 0.68% -
HSV(B) 288.89º 0.56% 0.95% -
XYZ 49.35 31.26 86.65 -
YUV 154.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 216 106 241 0.10 0.56 0 0.05 288.89 0.83 0.68
Hex D8 6A F1 A 38 0 5 121 53 44
Octal 330 152 361 12 70 0 5 441 123 104
Binary 11011000 1101010 11110001 1010 111000 0 101 100100001 1010011 1000100

Color Harmonies of #D86AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86AF1

Black with #D86AF1

Text Example


Text Example

White with #D86AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86AF1; }

 p { color: rgb(216,106,241); }

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

background-color css

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

 a { background-color: rgb(216,106,241); }

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

border-color css

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

 span { border-color: rgb(216,106,241); }

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