Html Css Color HEX #D16CFD Heliotrope

📋 copy color: '#D16CFD'

red 209 ◦ green 108 ◦ blue 253

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

Shades of Heliotrope #D16CFD

Tints of Heliotrope #D16CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.95%

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

R = 36.67%
G = 18.95%
B = 44.39%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D16CFD (or 0xD16CFD) is known color: Heliotrope. HEX triplet: D1, 6C and FD. RGB value is (209,108,253). Sum of RGB (Red+Green+Blue) = 209+108+253=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 108 (42.58% from 255 or 18.95% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #D16CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16CFD is #2E9302. Grayscale: #9A9A9A. Windows color (decimal): -3052291 or 16608465. OLE color: 16608465.

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

Color convert

RGB 209 108 253 -
CMYK 0.17 0.57 0 0.01
HSL 281.79º 0.97% 0.71% -
HSV(B) 281.79º 0.57% 0.99% -
XYZ 49.39 31.37 96.38 -
YUV 154.73 183.46 166.71 -
System Red Green Blue C M Y K H S L
Decimal 209 108 253 0.17 0.57 0 0.01 281.79 0.97 0.71
Hex D1 6C FD 11 39 0 1 11A 61 47
Octal 321 154 375 21 71 0 1 432 141 107
Binary 11010001 1101100 11111101 10001 111001 0 1 100011010 1100001 1000111

Color Harmonies of #D16CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16CFD

Black with #D16CFD

Text Example


Text Example

White with #D16CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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