Html Css Color HEX #D16AFD Heliotrope

📋 copy color: '#D16AFD'

red 209 ◦ green 106 ◦ blue 253

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

Shades of Heliotrope #D16AFD

Tints of Heliotrope #D16AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.54%

R = 36.8%
G = 18.66%
B = 44.54%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D16AFD (or 0xD16AFD) is known color: Heliotrope. HEX triplet: D1, 6A and FD. RGB value is (209,106,253). Sum of RGB (Red+Green+Blue) = 209+106+253=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #D16AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16AFD is #2E9502. Grayscale: #999999. Windows color (decimal): -3052803 or 16607953. OLE color: 16607953.

HSL color Cylindrical-coordinate representation of color #D16AFD: hue angle of 282.04º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D16AFD is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 106 253 -
CMYK 0.17 0.58 0 0.01
HSL 282.04º 0.97% 0.7% -
HSV(B) 282.04º 0.58% 0.99% -
XYZ 49.18 30.96 96.31 -
YUV 153.56 184.12 167.55 -
System Red Green Blue C M Y K H S L
Decimal 209 106 253 0.17 0.58 0 0.01 282.04 0.97 0.7
Hex D1 6A FD 11 3A 0 1 11A 61 46
Octal 321 152 375 21 72 0 1 432 141 106
Binary 11010001 1101010 11111101 10001 111010 0 1 100011010 1100001 1000110

Color Harmonies of #D16AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16AFD

Black with #D16AFD

Text Example


Text Example

White with #D16AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16AFD; }

 p { color: rgb(209,106,253); }

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

background-color css

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

 a { background-color: rgb(209,106,253); }

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

border-color css

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

 span { border-color: rgb(209,106,253); }

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