Html Css Color HEX #D16BFE Heliotrope

📋 copy color: '#D16BFE'

red 209 ◦ green 107 ◦ blue 254

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

Shades of Heliotrope #D16BFE

Tints of Heliotrope #D16BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.56%

R = 36.67%
G = 18.77%
B = 44.56%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D16BFE (or 0xD16BFE) is known color: Heliotrope. HEX triplet: D1, 6B and FE. RGB value is (209,107,254). Sum of RGB (Red+Green+Blue) = 209+107+254=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 107 (42.19% from 255 or 18.77% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #D16BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16BFE is #2E9401. Grayscale: #999999. Windows color (decimal): -3052546 or 16673745. OLE color: 16673745.

HSL color Cylindrical-coordinate representation of color #D16BFE: hue angle of 281.63º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D16BFE is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 107 254 -
CMYK 0.18 0.58 0 0.00
HSL 281.63º 0.99% 0.71% -
HSV(B) 281.63º 0.58% 1% -
XYZ 49.44 31.23 97.19 -
YUV 154.26 184.29 167.05 -
System Red Green Blue C M Y K H S L
Decimal 209 107 254 0.18 0.58 0 0.00 281.63 0.99 0.71
Hex D1 6B FE 12 3A 0 0 11A 63 47
Octal 321 153 376 22 72 0 0 432 143 107
Binary 11010001 1101011 11111110 10010 111010 0 0 100011010 1100011 1000111

Color Harmonies of #D16BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16BFE

Black with #D16BFE

Text Example


Text Example

White with #D16BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16BFE; }

 p { color: rgb(209,107,254); }

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

background-color css

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

 a { background-color: rgb(209,107,254); }

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

border-color css

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

 span { border-color: rgb(209,107,254); }

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