Html Css Color HEX #D686FA Heliotrope

📋 copy color: '#D686FA'

red 214 ◦ green 134 ◦ blue 250

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

Shades of Heliotrope #D686FA

Tints of Heliotrope #D686FA

RGB

 RED value IS 214 (83.98% from 255) = 35.79%

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

 BLUE value IS 250 (98.05% from 255) = 41.81%

R = 35.79%
G = 22.41%
B = 41.81%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D686FA (or 0xD686FA) is known color: Heliotrope. HEX triplet: D6, 86 and FA. RGB value is (214,134,250). Sum of RGB (Red+Green+Blue) = 214+134+250=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 134 (52.73% from 255 or 22.41% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #D686FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D686FA is #297905. Grayscale: #AAAAAA. Windows color (decimal): -2717958 or 16418518. OLE color: 16418518.

HSL color Cylindrical-coordinate representation of color #D686FA: hue angle of 281.38º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D686FA is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 134 250 -
CMYK 0.14 0.46 0 0.02
HSL 281.38º 0.92% 0.75% -
HSV(B) 281.38º 0.46% 0.98% -
XYZ 53.51 38.25 95 -
YUV 171.14 172.5 158.57 -
System Red Green Blue C M Y K H S L
Decimal 214 134 250 0.14 0.46 0 0.02 281.38 0.92 0.75
Hex D6 86 FA E 2E 0 2 119 5C 4B
Octal 326 206 372 16 56 0 2 431 134 113
Binary 11010110 10000110 11111010 1110 101110 0 10 100011001 1011100 1001011

Color Harmonies of #D686FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D686FA

Black with #D686FA

Text Example


Text Example

White with #D686FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D686FA; }

 p { color: rgb(214,134,250); }

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

background-color css

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

 a { background-color: rgb(214,134,250); }

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

border-color css

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

 span { border-color: rgb(214,134,250); }

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