Html Css Color HEX #D96EF6 Heliotrope

📋 copy color: '#D96EF6'

red 217 ◦ green 110 ◦ blue 246

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

Shades of Heliotrope #D96EF6

Tints of Heliotrope #D96EF6

RGB

 RED value IS 217 (85.16% from 255) = 37.87%

 GREEN value IS 110 (43.36% from 255) = 19.2%

 BLUE value IS 246 (96.48% from 255) = 42.93%

R = 37.87%
G = 19.2%
B = 42.93%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D96EF6 (or 0xD96EF6) is known color: Heliotrope. HEX triplet: D9, 6E and F6. RGB value is (217,110,246). Sum of RGB (Red+Green+Blue) = 217+110+246=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 246 - color contains mainly: blue. Hex color #D96EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96EF6 is #269109. Grayscale: #9D9D9D. Windows color (decimal): -2527498 or 16150233. OLE color: 16150233.

HSL color Cylindrical-coordinate representation of color #D96EF6: hue angle of 287.21º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96EF6 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 110 246 -
CMYK 0.12 0.55 0 0.04
HSL 287.21º 0.88% 0.7% -
HSV(B) 287.21º 0.55% 0.96% -
XYZ 50.83 32.56 90.79 -
YUV 157.5 177.95 170.44 -
System Red Green Blue C M Y K H S L
Decimal 217 110 246 0.12 0.55 0 0.04 287.21 0.88 0.7
Hex D9 6E F6 C 37 0 4 11F 58 46
Octal 331 156 366 14 67 0 4 437 130 106
Binary 11011001 1101110 11110110 1100 110111 0 100 100011111 1011000 1000110

Color Harmonies of #D96EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96EF6

Black with #D96EF6

Text Example


Text Example

White with #D96EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96EF6; }

 p { color: rgb(217,110,246); }

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

background-color css

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

 a { background-color: rgb(217,110,246); }

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

border-color css

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

 span { border-color: rgb(217,110,246); }

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