Html Css Color HEX #D96BFC Heliotrope

📋 copy color: '#D96BFC'

red 217 ◦ green 107 ◦ blue 252

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

Shades of Heliotrope #D96BFC

Tints of Heliotrope #D96BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.75%

R = 37.67%
G = 18.58%
B = 43.75%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D96BFC (or 0xD96BFC) is known color: Heliotrope. HEX triplet: D9, 6B and FC. RGB value is (217,107,252). Sum of RGB (Red+Green+Blue) = 217+107+252=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 107 (42.19% from 255 or 18.58% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #D96BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96BFC is #269403. Grayscale: #9B9B9B. Windows color (decimal): -2528260 or 16542681. OLE color: 16542681.

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

Color convert

RGB 217 107 252 -
CMYK 0.14 0.58 0 0.01
HSL 285.52º 0.96% 0.7% -
HSV(B) 285.52º 0.58% 0.99% -
XYZ 51.44 32.3 95.62 -
YUV 156.42 181.94 171.21 -
System Red Green Blue C M Y K H S L
Decimal 217 107 252 0.14 0.58 0 0.01 285.52 0.96 0.7
Hex D9 6B FC E 3A 0 1 11E 60 46
Octal 331 153 374 16 72 0 1 436 140 106
Binary 11011001 1101011 11111100 1110 111010 0 1 100011110 1100000 1000110

Color Harmonies of #D96BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96BFC

Black with #D96BFC

Text Example


Text Example

White with #D96BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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