Html Css Color HEX #D686FD Heliotrope

📋 copy color: '#D686FD'

red 214 ◦ green 134 ◦ blue 253

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

Shades of Heliotrope #D686FD

Tints of Heliotrope #D686FD

RGB

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

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

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

R = 35.61%
G = 22.3%
B = 42.1%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D686FD (or 0xD686FD) is known color: Heliotrope. HEX triplet: D6, 86 and FD. RGB value is (214,134,253). Sum of RGB (Red+Green+Blue) = 214+134+253=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #D686FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D686FD is #297902. Grayscale: #ABABAB. Windows color (decimal): -2717955 or 16615126. OLE color: 16615126.

HSL color Cylindrical-coordinate representation of color #D686FD: hue angle of 280.34º 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 #D686FD is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 134 253 -
CMYK 0.15 0.47 0 0.01
HSL 280.34º 0.97% 0.76% -
HSV(B) 280.34º 0.47% 0.99% -
XYZ 53.99 38.44 97.5 -
YUV 171.49 174 158.32 -
System Red Green Blue C M Y K H S L
Decimal 214 134 253 0.15 0.47 0 0.01 280.34 0.97 0.76
Hex D6 86 FD F 2F 0 1 118 61 4C
Octal 326 206 375 17 57 0 1 430 141 114
Binary 11010110 10000110 11111101 1111 101111 0 1 100011000 1100001 1001100

Color Harmonies of #D686FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D686FD

Black with #D686FD

Text Example


Text Example

White with #D686FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D686FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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