Html Css Color HEX #D96CFB Heliotrope

📋 copy color: '#D96CFB'

red 217 ◦ green 108 ◦ blue 251

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

Shades of Heliotrope #D96CFB

Tints of Heliotrope #D96CFB

RGB

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

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

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

R = 37.67%
G = 18.75%
B = 43.58%

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

#D96CFB (or 0xD96CFB) is known color: Heliotrope. HEX triplet: D9, 6C and FB. RGB value is (217,108,251). Sum of RGB (Red+Green+Blue) = 217+108+251=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 108 (42.58% from 255 or 18.75% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #D96CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96CFB is #269304. Grayscale: #9C9C9C. Windows color (decimal): -2528005 or 16477401. OLE color: 16477401.

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

Color convert

RGB 217 108 251 -
CMYK 0.14 0.57 0 0.02
HSL 285.73º 0.95% 0.7% -
HSV(B) 285.73º 0.57% 0.98% -
XYZ 51.39 32.44 94.82 -
YUV 156.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 217 108 251 0.14 0.57 0 0.02 285.73 0.95 0.7
Hex D9 6C FB E 39 0 2 11E 5F 46
Octal 331 154 373 16 71 0 2 436 137 106
Binary 11011001 1101100 11111011 1110 111001 0 10 100011110 1011111 1000110

Color Harmonies of #D96CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CFB

Black with #D96CFB

Text Example


Text Example

White with #D96CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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