Html Css Color HEX #D086F5 Heliotrope

📋 copy color: '#D086F5'

red 208 ◦ green 134 ◦ blue 245

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

Shades of Heliotrope #D086F5

Tints of Heliotrope #D086F5

RGB

 RED value IS 208 (81.64% from 255) = 35.43%

 GREEN value IS 134 (52.73% from 255) = 22.83%

 BLUE value IS 245 (96.09% from 255) = 41.74%

R = 35.43%
G = 22.83%
B = 41.74%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D086F5 (or 0xD086F5) is known color: Heliotrope. HEX triplet: D0, 86 and F5. RGB value is (208,134,245). Sum of RGB (Red+Green+Blue) = 208+134+245=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 245 (96.09% from 255 or 41.74% from 587); Max value from RGB is 245 - color contains mainly: blue. Hex color #D086F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D086F5 is #2F790A. Grayscale: #A8A8A8. Windows color (decimal): -3111179 or 16090832. OLE color: 16090832.

HSL color Cylindrical-coordinate representation of color #D086F5: hue angle of 280º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D086F5 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 134 245 -
CMYK 0.15 0.45 0 0.04
HSL 280º 0.85% 0.74% -
HSV(B) 280º 0.45% 0.96% -
XYZ 51.02 37.05 90.85 -
YUV 168.78 171.02 155.97 -
System Red Green Blue C M Y K H S L
Decimal 208 134 245 0.15 0.45 0 0.04 280 0.85 0.74
Hex D0 86 F5 F 2D 0 4 118 55 4A
Octal 320 206 365 17 55 0 4 430 125 112
Binary 11010000 10000110 11110101 1111 101101 0 100 100011000 1010101 1001010

Color Harmonies of #D086F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086F5

Black with #D086F5

Text Example


Text Example

White with #D086F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086F5; }

 p { color: rgb(208,134,245); }

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

background-color css

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

 a { background-color: rgb(208,134,245); }

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

border-color css

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

 span { border-color: rgb(208,134,245); }

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