Html Css Color HEX #D086FF Heliotrope

📋 copy color: '#D086FF'

red 208 ◦ green 134 ◦ blue 255

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

Shades of Heliotrope #D086FF

Tints of Heliotrope #D086FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.71%

R = 34.84%
G = 22.45%
B = 42.71%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D086FF (or 0xD086FF) is known color: Heliotrope. HEX triplet: D0, 86 and FF. RGB value is (208,134,255). Sum of RGB (Red+Green+Blue) = 208+134+255=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 134 (52.73% from 255 or 22.45% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #D086FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D086FF is #2F7900. Grayscale: #A9A9A9. Windows color (decimal): -3111169 or 16746192. OLE color: 16746192.

HSL color Cylindrical-coordinate representation of color #D086FF: hue angle of 276.69º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D086FF is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 134 255 -
CMYK 0.18 0.47 0 0
HSL 276.69º 1% 0.76% -
HSV(B) 276.69º 0.47% 1% -
XYZ 52.59 37.68 99.11 -
YUV 169.92 176.02 155.16 -
System Red Green Blue C M Y K H S L
Decimal 208 134 255 0.18 0.47 0 0 276.69 1 0.76
Hex D0 86 FF 12 2F 0 0 115 64 4C
Octal 320 206 377 22 57 0 0 425 144 114
Binary 11010000 10000110 11111111 10010 101111 0 0 100010101 1100100 1001100

Color Harmonies of #D086FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086FF

Black with #D086FF

Text Example


Text Example

White with #D086FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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