Html Css Color HEX #D16EF5 Heliotrope

📋 copy color: '#D16EF5'

red 209 ◦ green 110 ◦ blue 245

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

Shades of Heliotrope #D16EF5

Tints of Heliotrope #D16EF5

RGB

 RED value IS 209 (82.03% from 255) = 37.06%

 GREEN value IS 110 (43.36% from 255) = 19.5%

 BLUE value IS 245 (96.09% from 255) = 43.44%

R = 37.06%
G = 19.5%
B = 43.44%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D16EF5 (or 0xD16EF5) is known color: Heliotrope. HEX triplet: D1, 6E and F5. RGB value is (209,110,245). Sum of RGB (Red+Green+Blue) = 209+110+245=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #D16EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16EF5 is #2E910A. Grayscale: #9A9A9A. Windows color (decimal): -3051787 or 16084689. OLE color: 16084689.

HSL color Cylindrical-coordinate representation of color #D16EF5: hue angle of 284º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D16EF5 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 110 245 -
CMYK 0.15 0.55 0 0.04
HSL 284º 0.87% 0.7% -
HSV(B) 284º 0.55% 0.96% -
XYZ 48.35 31.3 89.88 -
YUV 154.99 178.8 166.52 -
System Red Green Blue C M Y K H S L
Decimal 209 110 245 0.15 0.55 0 0.04 284 0.87 0.7
Hex D1 6E F5 F 37 0 4 11C 57 46
Octal 321 156 365 17 67 0 4 434 127 106
Binary 11010001 1101110 11110101 1111 110111 0 100 100011100 1010111 1000110

Color Harmonies of #D16EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16EF5

Black with #D16EF5

Text Example


Text Example

White with #D16EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16EF5; }

 p { color: rgb(209,110,245); }

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

background-color css

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

 a { background-color: rgb(209,110,245); }

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

border-color css

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

 span { border-color: rgb(209,110,245); }

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