Html Css Color HEX #D086FD Heliotrope

📋 copy color: '#D086FD'

red 208 ◦ green 134 ◦ blue 253

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

Shades of Heliotrope #D086FD

Tints of Heliotrope #D086FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.52%

R = 34.96%
G = 22.52%
B = 42.52%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D086FD (or 0xD086FD) is known color: Heliotrope. HEX triplet: D0, 86 and FD. RGB value is (208,134,253). Sum of RGB (Red+Green+Blue) = 208+134+253=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #D086FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D086FD is #2F7902. Grayscale: #A9A9A9. Windows color (decimal): -3111171 or 16615120. OLE color: 16615120.

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

Color convert

RGB 208 134 253 -
CMYK 0.18 0.47 0 0.01
HSL 277.31º 0.97% 0.76% -
HSV(B) 277.31º 0.47% 0.99% -
XYZ 52.27 37.55 97.42 -
YUV 169.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 208 134 253 0.18 0.47 0 0.01 277.31 0.97 0.76
Hex D0 86 FD 12 2F 0 1 115 61 4C
Octal 320 206 375 22 57 0 1 425 141 114
Binary 11010000 10000110 11111101 10010 101111 0 1 100010101 1100001 1001100

Color Harmonies of #D086FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086FD

Black with #D086FD

Text Example


Text Example

White with #D086FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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