Html Css Color HEX #D96EFB Heliotrope

📋 copy color: '#D96EFB'

red 217 ◦ green 110 ◦ blue 251

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

Shades of Heliotrope #D96EFB

Tints of Heliotrope #D96EFB

RGB

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

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

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

R = 37.54%
G = 19.03%
B = 43.43%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D96EFB (or 0xD96EFB) is known color: Heliotrope. HEX triplet: D9, 6E and FB. RGB value is (217,110,251). Sum of RGB (Red+Green+Blue) = 217+110+251=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 110 (43.36% from 255 or 19.03% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #D96EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96EFB is #269104. Grayscale: #9D9D9D. Windows color (decimal): -2527493 or 16477913. OLE color: 16477913.

HSL color Cylindrical-coordinate representation of color #D96EFB: hue angle of 285.53º degrees, saturation: 0.95, 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 #D96EFB is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 110 251 -
CMYK 0.14 0.56 0 0.02
HSL 285.53º 0.95% 0.71% -
HSV(B) 285.53º 0.56% 0.98% -
XYZ 51.6 32.87 94.89 -
YUV 158.07 180.45 170.04 -
System Red Green Blue C M Y K H S L
Decimal 217 110 251 0.14 0.56 0 0.02 285.53 0.95 0.71
Hex D9 6E FB E 38 0 2 11E 5F 47
Octal 331 156 373 16 70 0 2 436 137 107
Binary 11011001 1101110 11111011 1110 111000 0 10 100011110 1011111 1000111

Color Harmonies of #D96EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96EFB

Black with #D96EFB

Text Example


Text Example

White with #D96EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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