Html Css Color HEX #D96CFC Heliotrope

📋 copy color: '#D96CFC'

red 217 ◦ green 108 ◦ blue 252

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

Shades of Heliotrope #D96CFC

Tints of Heliotrope #D96CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.72%

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

R = 37.61%
G = 18.72%
B = 43.67%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D96CFC (or 0xD96CFC) is known color: Heliotrope. HEX triplet: D9, 6C and FC. RGB value is (217,108,252). Sum of RGB (Red+Green+Blue) = 217+108+252=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 108 (42.58% from 255 or 18.72% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #D96CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96CFC is #269303. Grayscale: #9C9C9C. Windows color (decimal): -2528004 or 16542937. OLE color: 16542937.

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

Color convert

RGB 217 108 252 -
CMYK 0.14 0.57 0 0.01
HSL 285.42º 0.96% 0.71% -
HSV(B) 285.42º 0.57% 0.99% -
XYZ 51.55 32.51 95.65 -
YUV 157.01 181.61 170.79 -
System Red Green Blue C M Y K H S L
Decimal 217 108 252 0.14 0.57 0 0.01 285.42 0.96 0.71
Hex D9 6C FC E 39 0 1 11D 60 47
Octal 331 154 374 16 71 0 1 435 140 107
Binary 11011001 1101100 11111100 1110 111001 0 1 100011101 1100000 1000111

Color Harmonies of #D96CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CFC

Black with #D96CFC

Text Example


Text Example

White with #D96CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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