Html Css Color HEX #D96EFE Heliotrope

📋 copy color: '#D96EFE'

red 217 ◦ green 110 ◦ blue 254

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

Shades of Heliotrope #D96EFE

Tints of Heliotrope #D96EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 37.35%
G = 18.93%
B = 43.72%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D96EFE (or 0xD96EFE) is known color: Heliotrope. HEX triplet: D9, 6E and FE. RGB value is (217,110,254). Sum of RGB (Red+Green+Blue) = 217+110+254=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 110 (43.36% from 255 or 18.93% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #D96EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96EFE is #269101. Grayscale: #9D9D9D. Windows color (decimal): -2527490 or 16674521. OLE color: 16674521.

HSL color Cylindrical-coordinate representation of color #D96EFE: hue angle of 284.58º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D96EFE is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 110 254 -
CMYK 0.15 0.57 0 0.00
HSL 284.58º 0.99% 0.71% -
HSV(B) 284.58º 0.57% 1% -
XYZ 52.08 33.06 97.4 -
YUV 158.41 181.95 169.79 -
System Red Green Blue C M Y K H S L
Decimal 217 110 254 0.15 0.57 0 0.00 284.58 0.99 0.71
Hex D9 6E FE F 39 0 0 11D 63 47
Octal 331 156 376 17 71 0 0 435 143 107
Binary 11011001 1101110 11111110 1111 111001 0 0 100011101 1100011 1000111

Color Harmonies of #D96EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96EFE

Black with #D96EFE

Text Example


Text Example

White with #D96EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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