Html Css Color HEX #D96AED Heliotrope

📋 copy color: '#D96AED'

red 217 ◦ green 106 ◦ blue 237

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

Shades of Heliotrope #D96AED

Tints of Heliotrope #D96AED

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.93%

 BLUE value IS 237 (92.97% from 255) = 42.32%

R = 38.75%
G = 18.93%
B = 42.32%

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

#D96AED (or 0xD96AED) is known color: Heliotrope. HEX triplet: D9, 6A and ED. RGB value is (217,106,237). Sum of RGB (Red+Green+Blue) = 217+106+237=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 106 (41.80% from 255 or 18.93% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #D96AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96AED is #269512. Grayscale: #999999. Windows color (decimal): -2528531 or 15559385. OLE color: 15559385.

HSL color Cylindrical-coordinate representation of color #D96AED: hue angle of 290.84º degrees, saturation: 0.78, 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 #D96AED is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 106 237 -
CMYK 0.08 0.55 0 0.07
HSL 290.84º 0.78% 0.67% -
HSV(B) 290.84º 0.55% 0.93% -
XYZ 49.06 31.17 83.55 -
YUV 154.12 174.77 172.85 -
System Red Green Blue C M Y K H S L
Decimal 217 106 237 0.08 0.55 0 0.07 290.84 0.78 0.67
Hex D9 6A ED 8 37 0 7 123 4E 43
Octal 331 152 355 10 67 0 7 443 116 103
Binary 11011001 1101010 11101101 1000 110111 0 111 100100011 1001110 1000011

Color Harmonies of #D96AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96AED

Black with #D96AED

Text Example


Text Example

White with #D96AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96AED; }

 p { color: rgb(217,106,237); }

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

background-color css

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

 a { background-color: rgb(217,106,237); }

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

border-color css

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

 span { border-color: rgb(217,106,237); }

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