Html Css Color HEX #D96CF6 Heliotrope

📋 copy color: '#D96CF6'

red 217 ◦ green 108 ◦ blue 246

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

Shades of Heliotrope #D96CF6

Tints of Heliotrope #D96CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.08%

R = 38%
G = 18.91%
B = 43.08%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D96CF6 (or 0xD96CF6) is known color: Heliotrope. HEX triplet: D9, 6C and F6. RGB value is (217,108,246). Sum of RGB (Red+Green+Blue) = 217+108+246=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 108 (42.58% from 255 or 18.91% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #D96CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96CF6 is #269309. Grayscale: #9B9B9B. Windows color (decimal): -2528010 or 16149721. OLE color: 16149721.

HSL color Cylindrical-coordinate representation of color #D96CF6: hue angle of 287.39º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96CF6 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 108 246 -
CMYK 0.12 0.56 0 0.04
HSL 287.39º 0.88% 0.69% -
HSV(B) 287.39º 0.56% 0.96% -
XYZ 50.61 32.13 90.72 -
YUV 156.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 217 108 246 0.12 0.56 0 0.04 287.39 0.88 0.69
Hex D9 6C F6 C 38 0 4 11F 58 45
Octal 331 154 366 14 70 0 4 437 130 105
Binary 11011001 1101100 11110110 1100 111000 0 100 100011111 1011000 1000101

Color Harmonies of #D96CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CF6

Black with #D96CF6

Text Example


Text Example

White with #D96CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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