Html Css Color HEX #D86DF0 Heliotrope

📋 copy color: '#D86DF0'

red 216 ◦ green 109 ◦ blue 240

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

Shades of Heliotrope #D86DF0

Tints of Heliotrope #D86DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.29%

 BLUE value IS 240 (94.14% from 255) = 42.48%

R = 38.23%
G = 19.29%
B = 42.48%

CMYK

 C value IS 0.1

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D86DF0 (or 0xD86DF0) is known color: Heliotrope. HEX triplet: D8, 6D and F0. RGB value is (216,109,240). Sum of RGB (Red+Green+Blue) = 216+109+240=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #D86DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86DF0 is #27920F. Grayscale: #9B9B9B. Windows color (decimal): -2593296 or 15756760. OLE color: 15756760.

HSL color Cylindrical-coordinate representation of color #D86DF0: hue angle of 289.01º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86DF0 is Cyan = 0.1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 109 240 -
CMYK 0.1 0.55 0 0.06
HSL 289.01º 0.81% 0.68% -
HSV(B) 289.01º 0.55% 0.94% -
XYZ 49.52 31.83 85.97 -
YUV 155.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 216 109 240 0.1 0.55 0 0.06 289.01 0.81 0.68
Hex D8 6D F0 A 37 0 6 121 51 44
Octal 330 155 360 12 67 0 6 441 121 104
Binary 11011000 1101101 11110000 1010 110111 0 110 100100001 1010001 1000100

Color Harmonies of #D86DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86DF0

Black with #D86DF0

Text Example


Text Example

White with #D86DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86DF0; }

 p { color: rgb(216,109,240); }

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

background-color css

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

 a { background-color: rgb(216,109,240); }

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

border-color css

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

 span { border-color: rgb(216,109,240); }

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