Html Css Color HEX #D96BEC Heliotrope

📋 copy color: '#D96BEC'

red 217 ◦ green 107 ◦ blue 236

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

Shades of Heliotrope #D96BEC

Tints of Heliotrope #D96BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.14%

R = 38.75%
G = 19.11%
B = 42.14%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D96BEC (or 0xD96BEC) is known color: Heliotrope. HEX triplet: D9, 6B and EC. RGB value is (217,107,236). Sum of RGB (Red+Green+Blue) = 217+107+236=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #D96BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96BEC is #269413. Grayscale: #9A9A9A. Windows color (decimal): -2528276 or 15494105. OLE color: 15494105.

HSL color Cylindrical-coordinate representation of color #D96BEC: hue angle of 291.16º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96BEC is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 107 236 -
CMYK 0.08 0.55 0 0.07
HSL 291.16º 0.77% 0.67% -
HSV(B) 291.16º 0.55% 0.93% -
XYZ 49.01 31.32 82.82 -
YUV 154.6 173.94 172.51 -
System Red Green Blue C M Y K H S L
Decimal 217 107 236 0.08 0.55 0 0.07 291.16 0.77 0.67
Hex D9 6B EC 8 37 0 7 123 4D 43
Octal 331 153 354 10 67 0 7 443 115 103
Binary 11011001 1101011 11101100 1000 110111 0 111 100100011 1001101 1000011

Color Harmonies of #D96BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96BEC

Black with #D96BEC

Text Example


Text Example

White with #D96BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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