Html Css Color HEX #D96BFB Heliotrope

📋 copy color: '#D96BFB'

red 217 ◦ green 107 ◦ blue 251

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

Shades of Heliotrope #D96BFB

Tints of Heliotrope #D96BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.61%

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

R = 37.74%
G = 18.61%
B = 43.65%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D96BFB (or 0xD96BFB) is known color: Heliotrope. HEX triplet: D9, 6B and FB. RGB value is (217,107,251). Sum of RGB (Red+Green+Blue) = 217+107+251=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 107 (42.19% from 255 or 18.61% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #D96BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96BFB is #269404. Grayscale: #9B9B9B. Windows color (decimal): -2528261 or 16477145. OLE color: 16477145.

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

Color convert

RGB 217 107 251 -
CMYK 0.14 0.57 0 0.02
HSL 285.83º 0.95% 0.7% -
HSV(B) 285.83º 0.57% 0.98% -
XYZ 51.29 32.23 94.79 -
YUV 156.31 181.44 171.29 -
System Red Green Blue C M Y K H S L
Decimal 217 107 251 0.14 0.57 0 0.02 285.83 0.95 0.7
Hex D9 6B FB E 39 0 2 11E 5F 46
Octal 331 153 373 16 71 0 2 436 137 106
Binary 11011001 1101011 11111011 1110 111001 0 10 100011110 1011111 1000110

Color Harmonies of #D96BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96BFB

Black with #D96BFB

Text Example


Text Example

White with #D96BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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