Html Css Color HEX #D96AFC Heliotrope

📋 copy color: '#D96AFC'

red 217 ◦ green 106 ◦ blue 252

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

Shades of Heliotrope #D96AFC

Tints of Heliotrope #D96AFC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.43%

 BLUE value IS 252 (98.83% from 255) = 43.83%

R = 37.74%
G = 18.43%
B = 43.83%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D96AFC (or 0xD96AFC) is known color: Heliotrope. HEX triplet: D9, 6A and FC. RGB value is (217,106,252). Sum of RGB (Red+Green+Blue) = 217+106+252=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 106 (41.80% from 255 or 18.43% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #D96AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96AFC is #269503. Grayscale: #9B9B9B. Windows color (decimal): -2528516 or 16542425. OLE color: 16542425.

HSL color Cylindrical-coordinate representation of color #D96AFC: hue angle of 285.62º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D96AFC is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 106 252 -
CMYK 0.14 0.58 0 0.01
HSL 285.62º 0.96% 0.7% -
HSV(B) 285.62º 0.58% 0.99% -
XYZ 51.34 32.09 95.58 -
YUV 155.83 182.27 171.63 -
System Red Green Blue C M Y K H S L
Decimal 217 106 252 0.14 0.58 0 0.01 285.62 0.96 0.7
Hex D9 6A FC E 3A 0 1 11E 60 46
Octal 331 152 374 16 72 0 1 436 140 106
Binary 11011001 1101010 11111100 1110 111010 0 1 100011110 1100000 1000110

Color Harmonies of #D96AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96AFC

Black with #D96AFC

Text Example


Text Example

White with #D96AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96AFC; }

 p { color: rgb(217,106,252); }

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

background-color css

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

 a { background-color: rgb(217,106,252); }

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

border-color css

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

 span { border-color: rgb(217,106,252); }

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