Html Css Color HEX #D96FFA Heliotrope

📋 copy color: '#D96FFA'

red 217 ◦ green 111 ◦ blue 250

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

Shades of Heliotrope #D96FFA

Tints of Heliotrope #D96FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.2%

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 37.54%
G = 19.2%
B = 43.25%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D96FFA (or 0xD96FFA) is known color: Heliotrope. HEX triplet: D9, 6F and FA. RGB value is (217,111,250). Sum of RGB (Red+Green+Blue) = 217+111+250=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 111 (43.75% from 255 or 19.20% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #D96FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96FFA is #269005. Grayscale: #9E9E9E. Windows color (decimal): -2527238 or 16412633. OLE color: 16412633.

HSL color Cylindrical-coordinate representation of color #D96FFA: hue angle of 285.76º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96FFA is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 111 250 -
CMYK 0.13 0.56 0 0.02
HSL 285.76º 0.93% 0.71% -
HSV(B) 285.76º 0.56% 0.98% -
XYZ 51.56 33.02 94.1 -
YUV 158.54 179.62 169.7 -
System Red Green Blue C M Y K H S L
Decimal 217 111 250 0.13 0.56 0 0.02 285.76 0.93 0.71
Hex D9 6F FA D 38 0 2 11E 5D 47
Octal 331 157 372 15 70 0 2 436 135 107
Binary 11011001 1101111 11111010 1101 111000 0 10 100011110 1011101 1000111

Color Harmonies of #D96FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96FFA

Black with #D96FFA

Text Example


Text Example

White with #D96FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96FFA; }

 p { color: rgb(217,111,250); }

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

background-color css

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

 a { background-color: rgb(217,111,250); }

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

border-color css

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

 span { border-color: rgb(217,111,250); }

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