Html Css Color HEX #D16BFD Heliotrope

📋 copy color: '#D16BFD'

red 209 ◦ green 107 ◦ blue 253

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

Shades of Heliotrope #D16BFD

Tints of Heliotrope #D16BFD

RGB

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

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

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

R = 36.73%
G = 18.8%
B = 44.46%

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

#D16BFD (or 0xD16BFD) is known color: Heliotrope. HEX triplet: D1, 6B and FD. RGB value is (209,107,253). Sum of RGB (Red+Green+Blue) = 209+107+253=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 107 (42.19% from 255 or 18.80% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #D16BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16BFD is #2E9402. Grayscale: #999999. Windows color (decimal): -3052547 or 16608209. OLE color: 16608209.

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

Color convert

RGB 209 107 253 -
CMYK 0.17 0.58 0 0.01
HSL 281.92º 0.97% 0.71% -
HSV(B) 281.92º 0.58% 0.99% -
XYZ 49.28 31.16 96.35 -
YUV 154.14 183.79 167.13 -
System Red Green Blue C M Y K H S L
Decimal 209 107 253 0.17 0.58 0 0.01 281.92 0.97 0.71
Hex D1 6B FD 11 3A 0 1 11A 61 47
Octal 321 153 375 21 72 0 1 432 141 107
Binary 11010001 1101011 11111101 10001 111010 0 1 100011010 1100001 1000111

Color Harmonies of #D16BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16BFD

Black with #D16BFD

Text Example


Text Example

White with #D16BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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