Html Css Color HEX #D96EFC Heliotrope

📋 copy color: '#D96EFC'

red 217 ◦ green 110 ◦ blue 252

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

Shades of Heliotrope #D96EFC

Tints of Heliotrope #D96EFC

RGB

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

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

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

R = 37.48%
G = 19%
B = 43.52%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D96EFC (or 0xD96EFC) is known color: Heliotrope. HEX triplet: D9, 6E and FC. RGB value is (217,110,252). Sum of RGB (Red+Green+Blue) = 217+110+252=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 110 (43.36% from 255 or 19.00% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #D96EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96EFC is #269103. Grayscale: #9D9D9D. Windows color (decimal): -2527492 or 16543449. OLE color: 16543449.

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

Color convert

RGB 217 110 252 -
CMYK 0.14 0.56 0 0.01
HSL 285.21º 0.96% 0.71% -
HSV(B) 285.21º 0.56% 0.99% -
XYZ 51.76 32.93 95.72 -
YUV 158.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 217 110 252 0.14 0.56 0 0.01 285.21 0.96 0.71
Hex D9 6E FC E 38 0 1 11D 60 47
Octal 331 156 374 16 70 0 1 435 140 107
Binary 11011001 1101110 11111100 1110 111000 0 1 100011101 1100000 1000111

Color Harmonies of #D96EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96EFC

Black with #D96EFC

Text Example


Text Example

White with #D96EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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