Html Css Color HEX #D686F1 Heliotrope

📋 copy color: '#D686F1'

red 214 ◦ green 134 ◦ blue 241

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

Shades of Heliotrope #D686F1

Tints of Heliotrope #D686F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.92%

R = 36.33%
G = 22.75%
B = 40.92%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D686F1 (or 0xD686F1) is known color: Heliotrope. HEX triplet: D6, 86 and F1. RGB value is (214,134,241). Sum of RGB (Red+Green+Blue) = 214+134+241=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #D686F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D686F1 is #29790E. Grayscale: #A9A9A9. Windows color (decimal): -2717967 or 15828694. OLE color: 15828694.

HSL color Cylindrical-coordinate representation of color #D686F1: hue angle of 284.86º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D686F1 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 134 241 -
CMYK 0.11 0.44 0 0.05
HSL 284.86º 0.79% 0.74% -
HSV(B) 284.86º 0.44% 0.95% -
XYZ 52.13 37.7 87.75 -
YUV 170.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 214 134 241 0.11 0.44 0 0.05 284.86 0.79 0.74
Hex D6 86 F1 B 2C 0 5 11D 4F 4A
Octal 326 206 361 13 54 0 5 435 117 112
Binary 11010110 10000110 11110001 1011 101100 0 101 100011101 1001111 1001010

Color Harmonies of #D686F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D686F1

Black with #D686F1

Text Example


Text Example

White with #D686F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D686F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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