Html Css Color HEX #D96AFB Heliotrope

📋 copy color: '#D96AFB'

red 217 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #D96AFB

Tints of Heliotrope #D96AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.73%

R = 37.8%
G = 18.47%
B = 43.73%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D96AFB (or 0xD96AFB) is known color: Heliotrope. HEX triplet: D9, 6A and FB. RGB value is (217,106,251). Sum of RGB (Red+Green+Blue) = 217+106+251=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 106 (41.80% from 255 or 18.47% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #D96AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96AFB is #269504. Grayscale: #9B9B9B. Windows color (decimal): -2528517 or 16476889. OLE color: 16476889.

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

Color convert

RGB 217 106 251 -
CMYK 0.14 0.58 0 0.02
HSL 285.93º 0.95% 0.7% -
HSV(B) 285.93º 0.58% 0.98% -
XYZ 51.18 32.02 94.75 -
YUV 155.72 181.77 171.71 -
System Red Green Blue C M Y K H S L
Decimal 217 106 251 0.14 0.58 0 0.02 285.93 0.95 0.7
Hex D9 6A FB E 3A 0 2 11E 5F 46
Octal 331 152 373 16 72 0 2 436 137 106
Binary 11011001 1101010 11111011 1110 111010 0 10 100011110 1011111 1000110

Color Harmonies of #D96AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96AFB

Black with #D96AFB

Text Example


Text Example

White with #D96AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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