Html Css Color HEX #D96BF0 Heliotrope

📋 copy color: '#D96BF0'

red 217 ◦ green 107 ◦ blue 240

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

Shades of Heliotrope #D96BF0

Tints of Heliotrope #D96BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.55%

R = 38.48%
G = 18.97%
B = 42.55%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D96BF0 (or 0xD96BF0) is known color: Heliotrope. HEX triplet: D9, 6B and F0. RGB value is (217,107,240). Sum of RGB (Red+Green+Blue) = 217+107+240=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 107 (42.19% from 255 or 18.97% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #D96BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96BF0 is #26940F. Grayscale: #9A9A9A. Windows color (decimal): -2528272 or 15756249. OLE color: 15756249.

HSL color Cylindrical-coordinate representation of color #D96BF0: hue angle of 289.62º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96BF0 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 107 240 -
CMYK 0.10 0.55 0 0.06
HSL 289.62º 0.82% 0.68% -
HSV(B) 289.62º 0.55% 0.94% -
XYZ 49.6 31.56 85.92 -
YUV 155.05 175.94 172.19 -
System Red Green Blue C M Y K H S L
Decimal 217 107 240 0.10 0.55 0 0.06 289.62 0.82 0.68
Hex D9 6B F0 A 37 0 6 122 52 44
Octal 331 153 360 12 67 0 6 442 122 104
Binary 11011001 1101011 11110000 1010 110111 0 110 100100010 1010010 1000100

Color Harmonies of #D96BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96BF0

Black with #D96BF0

Text Example


Text Example

White with #D96BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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